#8868C1

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

Shades of True V #8868C1

Tints of True V #8868C1

Color information

#8868C1 (or 0x8868C1) is unknown color: approx True V. HEX triplet: 88, 68 and C1. RGB value is (136,104,193). Sum of RGB (Red+Green+Blue) = 136+104+193=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #8868C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868C1 is #77973E. Grayscale: #7B7B7B. Windows color (decimal): -7837503 or 12675208. OLE color: 12675208.

HSL color Cylindrical-coordinate representation of color #8868C1: hue angle of 261.57º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8868C1 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136104193-
CMYK0.300.4600.24
HSL261.57º41.78%58.24%-
HSV(B)261.57º46.11%75.69%-
XYZ24.7318.9952.81-
YUV123.71167.1136.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=31.41%
G=24.02%
B=44.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361041930.300.4600.24261.5741.7858.24
Hex8868C11E2E0181062a3a
Octal21015030136560304065272
Binary1000100011010001100000111110101110011000100000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8868C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8868C1; }

 p { color: rgb(136,104,193); }

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

<style>
 a { background-color: #8868C1; }

 a { background-color: rgb(136,104,193); }

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

<style>
 span { border-color: #8868C1; }

 span { border-color: rgb(136,104,193); }

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