#8861CA

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

Shades of True V #8861CA

Tints of True V #8861CA

Color information

#8861CA (or 0x8861CA) is unknown color: approx True V. HEX triplet: 88, 61 and CA. RGB value is (136,97,202). Sum of RGB (Red+Green+Blue) = 136+97+202=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8861CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861CA is #779E35. Grayscale: #787878. Windows color (decimal): -7839286 or 13263240. OLE color: 13263240.

HSL color Cylindrical-coordinate representation of color #8861CA: hue angle of 262.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8861CA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13697202-
CMYK0.330.5200.21
HSL262.29º49.76%58.63%-
HSV(B)262.29º51.98%79.22%-
XYZ25.0918.0558.04-
YUV120.63173.92138.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=31.26%
G=22.30%
B=46.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136972020.330.5200.21262.2949.7658.63
Hex8861CA2134015106323b
Octal21014131241640254066273
Binary10001000110000111001010100001110100010101100000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8861CA; }

 p { color: rgb(136,97,202); }

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

<style>
 a { background-color: #8861CA; }

 a { background-color: rgb(136,97,202); }

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

<style>
 span { border-color: #8861CA; }

 span { border-color: rgb(136,97,202); }

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