#8860CF

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

Shades of True V #8860CF

Tints of True V #8860CF

Color information

#8860CF (or 0x8860CF) is unknown color: approx True V. HEX triplet: 88, 60 and CF. RGB value is (136,96,207). Sum of RGB (Red+Green+Blue) = 136+96+207=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8860CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860CF is #779F30. Grayscale: #787878. Windows color (decimal): -7839537 or 13590664. OLE color: 13590664.

HSL color Cylindrical-coordinate representation of color #8860CF: hue angle of 261.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8860CF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13696207-
CMYK0.340.5400.19
HSL261.62º53.62%59.41%-
HSV(B)261.62º53.62%81.18%-
XYZ25.618.161.18-
YUV120.61176.75138.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 207 (81.25% from 255) = 47.15%
R=30.98%
G=21.87%
B=47.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136962070.340.5400.19261.6253.6259.41
Hex8860CF2236013106363b
Octal21014031742660234066673
Binary10001000110000011001111100010110110010011100000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860CF; }

 p { color: rgb(136,96,207); }

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

<style>
 a { background-color: #8860CF; }

 a { background-color: rgb(136,96,207); }

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

<style>
 span { border-color: #8860CF; }

 span { border-color: rgb(136,96,207); }

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