#8775B6

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

Shades of True V #8775B6

Tints of True V #8775B6

Color information

#8775B6 (or 0x8775B6) is unknown color: approx True V. HEX triplet: 87, 75 and B6. RGB value is (135,117,182). Sum of RGB (Red+Green+Blue) = 135+117+182=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #8775B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775B6 is #788A49. Grayscale: #818181. Windows color (decimal): -7899722 or 11957639. OLE color: 11957639.

HSL color Cylindrical-coordinate representation of color #8775B6: hue angle of 256.62º 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 #8775B6 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135117182-
CMYK0.260.3600.29
HSL256.62º30.81%58.63%-
HSV(B)256.62º35.71%71.37%-
XYZ24.821.2547.05-
YUV129.79157.46131.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=31.11%
G=26.96%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351171820.260.3600.29256.6230.8158.63
Hex8775B61A2401D1011f3b
Octal20716526632440354013773
Binary100001111110101101101101101010010001110110000000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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