#8875B6

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

Shades of True V #8875B6

Tints of True V #8875B6

Color information

#8875B6 (or 0x8875B6) is unknown color: approx True V. HEX triplet: 88, 75 and B6. RGB value is (136,117,182). Sum of RGB (Red+Green+Blue) = 136+117+182=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #8875B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875B6 is #778A49. Grayscale: #818181. Windows color (decimal): -7834186 or 11957640. OLE color: 11957640.

HSL color Cylindrical-coordinate representation of color #8875B6: hue angle of 257.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8875B6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136117182-
CMYK0.250.3600.29
HSL257.54º30.81%58.63%-
HSV(B)257.54º35.71%71.37%-
XYZ24.9621.3347.06-
YUV130.09157.29132.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=31.26%
G=26.90%
B=41.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361171820.250.3600.29257.5430.8158.63
Hex8875B6192401D1021f3b
Octal21016526631440354023773
Binary100010001110101101101101100110010001110110000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8875B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8875B6; }

 p { color: rgb(136,117,182); }

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

<style>
 a { background-color: #8875B6; }

 a { background-color: rgb(136,117,182); }

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

<style>
 span { border-color: #8875B6; }

 span { border-color: rgb(136,117,182); }

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