#8872CF

Color #8872CF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8872CF

Tints of True V #8872CF

Color information

#8872CF (or 0x8872CF) is unknown color: approx True V. HEX triplet: 88, 72 and CF. RGB value is (136,114,207). Sum of RGB (Red+Green+Blue) = 136+114+207=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8872CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872CF is #778D30. Grayscale: #828282. Windows color (decimal): -7834929 or 13595272. OLE color: 13595272.

HSL color Cylindrical-coordinate representation of color #8872CF: hue angle of 254.19º degrees, saturation: 0.49, 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 #8872CF is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136114207-
CMYK0.340.4500.19
HSL254.19º49.21%62.94%-
HSV(B)254.19º44.93%81.18%-
XYZ27.4321.7761.79-
YUV131.18170.79131.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=29.76%
G=24.95%
B=45.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361142070.340.4500.19254.1949.2162.94
Hex8872CF222D013fe313f
Octal21016231742550233766177
Binary1000100011100101100111110001010110101001111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8872CF;
 }
 .AnyTagClassName
 {
   color: #8872CF;
 }
</style>
background-color css

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

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

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

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

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

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