#8865C6

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

Shades of True V #8865C6

Tints of True V #8865C6

Color information

#8865C6 (or 0x8865C6) is unknown color: approx True V. HEX triplet: 88, 65 and C6. RGB value is (136,101,198). Sum of RGB (Red+Green+Blue) = 136+101+198=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #8865C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865C6 is #779A39. Grayscale: #7A7A7A. Windows color (decimal): -7838266 or 13002120. OLE color: 13002120.

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

Color convert

RGB136101198-
CMYK0.310.4900.22
HSL261.65º45.97%58.63%-
HSV(B)261.65º48.99%77.65%-
XYZ2518.6255.7-
YUV122.52170.6137.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=31.26%
G=23.22%
B=45.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361011980.310.4900.22261.6545.9758.63
Hex8865C61F310161062e3b
Octal21014530637610264065673
Binary1000100011001011100011011111110001010110100000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8865C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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