#8004CA

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

Shades of Dark Violet #8004CA

Tints of Dark Violet #8004CA

Color information

#8004CA (or 0x8004CA) is unknown color: approx Dark Violet. HEX triplet: 80, 04 and CA. RGB value is (128,4,202). Sum of RGB (Red+Green+Blue) = 128+4+202=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #8004CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004CA is #7FFB35. Grayscale: #3E3E3E. Windows color (decimal): -8387382 or 13239424. OLE color: 13239424.

HSL color Cylindrical-coordinate representation of color #8004CA: hue angle of 277.58º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004CA is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1284202-
CMYK0.370.9800.21
HSL277.58º96.12%40.39%-
HSV(B)277.58º98.02%79.22%-
XYZ19.618.9456.57-
YUV63.65206.08173.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 202 (79.30% from 255) = 60.48%
R=38.32%
G=1.20%
B=60.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12842020.370.9800.21277.5896.1240.39
Hex804CA25620151166028
Octal20043124514202542614050
Binary100000001001100101010010111000100101011000101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8004CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,4,202); }

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

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

 a { background-color: rgb(128,4,202); }

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

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

 span { border-color: rgb(128,4,202); }

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