Html Css Color HEX #8963E0 Medium Purple

📋 copy color: '#8963E0'

red 137 ◦ green 99 ◦ blue 224

#8963E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8963E0

Tints of Medium Purple #8963E0

RGB

 RED value IS 137 (53.91% from 255) = 29.78%

 GREEN value IS 99 (39.06% from 255) = 21.52%

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 29.78%
G = 21.52%
B = 48.7%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8963E0 (or 0x8963E0) is known color: Medium Purple. HEX triplet: 89, 63 and E0. RGB value is (137,99,224). Sum of RGB (Red+Green+Blue) = 137+99+224=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #8963E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963E0 is #769C1F. Grayscale: #7C7C7C. Windows color (decimal): -7773216 or 14705545. OLE color: 14705545.

HSL color Cylindrical-coordinate representation of color #8963E0: hue angle of 258.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8963E0 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 99 224 -
CMYK 0.39 0.56 0 0.12
HSL 258.24º 0.67% 0.63% -
HSV(B) 258.24º 0.56% 0.88% -
XYZ 28.23 19.62 72.82 -
YUV 124.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 137 99 224 0.39 0.56 0 0.12 258.24 0.67 0.63
Hex 89 63 E0 27 38 0 C 102 43 3F
Octal 211 143 340 47 70 0 14 402 103 77
Binary 10001001 1100011 11100000 100111 111000 0 1100 100000010 1000011 111111

Color Harmonies of #8963E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963E0

Black with #8963E0

Text Example


Text Example

White with #8963E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8963E0; }

 p { color: rgb(137,99,224); }

 H1.HeaderClassName
 {
   color: #8963E0;
 }
 .AnyTagClassName
 {
   color: #8963E0;
 }
</style>

background-color css

<style>
 a { background-color: #8963E0; }

 a { background-color: rgb(137,99,224); }

 div.DivClassName
 {
   background-color: #8963E0;
 }
 .BgClassName
 {
   background-color: #8963E0;
 }
</style>

border-color css

<style>
 span { border-color: #8963E0; }

 span { border-color: rgb(137,99,224); }

 td.TdClassName
 {
   border-color: #8963E0;
 }
 .TagClassName
 {
   border-color: #8963E0;
 }
</style>