#8802C4

Color #8802C4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8802C4

Tints of Dark Violet #8802C4

Color information

#8802C4 (or 0x8802C4) is unknown color: approx Dark Violet. HEX triplet: 88, 02 and C4. RGB value is (136,2,196). Sum of RGB (Red+Green+Blue) = 136+2+196=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #8802C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802C4 is #77FD3B. Grayscale: #3F3F3F. Windows color (decimal): -7863612 or 12845704. OLE color: 12845704.

HSL color Cylindrical-coordinate representation of color #8802C4: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802C4 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1362196-
CMYK0.310.9900.23
HSL281.44º97.98%38.82%-
HSV(B)281.44º98.98%76.86%-
XYZ20.149.2652.95-
YUV64.18202.39179.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 196 (76.95% from 255) = 58.68%
R=40.72%
G=0.60%
B=58.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13621960.310.9900.23281.4497.9838.82
Hex882C41F630171196227
Octal21023043714302743114247
Binary1000100010110001001111111000110101111000110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8802C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8802C4; }

 p { color: rgb(136,2,196); }

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

<style>
 a { background-color: #8802C4; }

 a { background-color: rgb(136,2,196); }

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

<style>
 span { border-color: #8802C4; }

 span { border-color: rgb(136,2,196); }

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