Html Css Color HEX #8872CE True V

📋 copy color: '#8872CE'

red 136 ◦ green 114 ◦ blue 206

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

Shades of True V #8872CE

Tints of True V #8872CE

RGB

 RED value IS 136 (53.52% from 255) = 29.82%

 GREEN value IS 114 (44.92% from 255) = 25%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 29.82%
G = 25%
B = 45.18%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8872CE (or 0x8872CE) is known color: True V. HEX triplet: 88, 72 and CE. RGB value is (136,114,206). Sum of RGB (Red+Green+Blue) = 136+114+206=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8872CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872CE is #778D31. Grayscale: #828282. Windows color (decimal): -7834930 or 13529736. OLE color: 13529736.

HSL color Cylindrical-coordinate representation of color #8872CE: hue angle of 254.35º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8872CE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 114 206 -
CMYK 0.34 0.45 0 0.19
HSL 254.35º 0.48% 0.63% -
HSV(B) 254.35º 0.45% 0.81% -
XYZ 27.31 21.73 61.15 -
YUV 131.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 136 114 206 0.34 0.45 0 0.19 254.35 0.48 0.63
Hex 88 72 CE 22 2D 0 13 FE 30 3F
Octal 210 162 316 42 55 0 23 376 60 77
Binary 10001000 1110010 11001110 100010 101101 0 10011 11111110 110000 111111

Color Harmonies of #8872CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872CE

Black with #8872CE

Text Example


Text Example

White with #8872CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8872CE; }

 p { color: rgb(136,114,206); }

 H1.HeaderClassName
 {
   color: #8872CE;
 }
 .AnyTagClassName
 {
   color: #8872CE;
 }
</style>

background-color css

<style>
 a { background-color: #8872CE; }

 a { background-color: rgb(136,114,206); }

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

border-color css

<style>
 span { border-color: #8872CE; }

 span { border-color: rgb(136,114,206); }

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