#8865D0

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

Shades of True V #8865D0

Tints of True V #8865D0

Color information

#8865D0 (or 0x8865D0) is unknown color: approx True V. HEX triplet: 88, 65 and D0. RGB value is (136,101,208). Sum of RGB (Red+Green+Blue) = 136+101+208=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #8865D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865D0 is #779A2F. Grayscale: #7B7B7B. Windows color (decimal): -7838256 or 13657480. OLE color: 13657480.

HSL color Cylindrical-coordinate representation of color #8865D0: hue angle of 259.63º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8865D0 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136101208-
CMYK0.350.5100.18
HSL259.63º53.23%60.59%-
HSV(B)259.63º51.44%81.57%-
XYZ26.1919.161.98-
YUV123.66175.6136.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 208 (81.64% from 255) = 46.74%
R=30.56%
G=22.70%
B=46.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361012080.350.5100.18259.6353.2360.59
Hex8865D02333012104353d
Octal21014532043630224046575
Binary10001000110010111010000100011110011010010100000100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8865D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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