#8402CA

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

Shades of Dark Violet #8402CA

Tints of Dark Violet #8402CA

Color information

#8402CA (or 0x8402CA) is unknown color: approx Dark Violet. HEX triplet: 84, 02 and CA. RGB value is (132,2,202). Sum of RGB (Red+Green+Blue) = 132+2+202=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #8402CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8402CA is #7BFD35. Grayscale: #3F3F3F. Windows color (decimal): -8125750 or 13238916. OLE color: 13238916.

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

Color convert

RGB1322202-
CMYK0.350.9900.21
HSL279º98.04%40%-
HSV(B)279º99.01%79.22%-
XYZ20.29.2156.59-
YUV63.67206.07176.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 202 (79.30% from 255) = 60.12%
R=39.29%
G=0.60%
B=60.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13222020.350.9900.2127998.0440
Hex842CA23630151176228
Octal20423124314302542714250
Binary10000100101100101010001111000110101011000101111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8402CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,2,202); }

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

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

 a { background-color: rgb(132,2,202); }

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

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

 span { border-color: rgb(132,2,202); }

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