#8867CA

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

Shades of True V #8867CA

Tints of True V #8867CA

Color information

#8867CA (or 0x8867CA) is unknown color: approx True V. HEX triplet: 88, 67 and CA. RGB value is (136,103,202). Sum of RGB (Red+Green+Blue) = 136+103+202=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #8867CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8867CA is #779835. Grayscale: #7B7B7B. Windows color (decimal): -7837750 or 13264776. OLE color: 13264776.

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

Color convert

RGB136103202-
CMYK0.330.4900.21
HSL260º48.29%59.8%-
HSV(B)260º49.01%79.22%-
XYZ25.6619.258.23-
YUV124.15171.93136.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=30.84%
G=23.36%
B=45.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361032020.330.4900.2126048.2959.8
Hex8867CA2131015104303c
Octal21014731241610254046074
Binary10001000110011111001010100001110001010101100000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8867CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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