#8871C6

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

Shades of True V #8871C6

Tints of True V #8871C6

Color information

#8871C6 (or 0x8871C6) is unknown color: approx True V. HEX triplet: 88, 71 and C6. RGB value is (136,113,198). Sum of RGB (Red+Green+Blue) = 136+113+198=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #8871C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871C6 is #778E39. Grayscale: #818181. Windows color (decimal): -7835194 or 13005192. OLE color: 13005192.

HSL color Cylindrical-coordinate representation of color #8871C6: hue angle of 256.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8871C6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB136113198-
CMYK0.310.4300.22
HSL256.24º42.71%60.98%-
HSV(B)256.24º42.93%77.65%-
XYZ26.2521.1256.12-
YUV129.57166.62132.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=30.43%
G=25.28%
B=44.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361131980.310.4300.22256.2442.7160.98
Hex8871C61F2B0161002b3d
Octal21016130637530264005375
Binary1000100011100011100011011111101011010110100000000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8871C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8871C6; }

 p { color: rgb(136,113,198); }

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

<style>
 a { background-color: #8871C6; }

 a { background-color: rgb(136,113,198); }

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

<style>
 span { border-color: #8871C6; }

 span { border-color: rgb(136,113,198); }

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