#8A02CA

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

Shades of Dark Violet #8A02CA

Tints of Dark Violet #8A02CA

Color information

#8A02CA (or 0x8A02CA) is unknown color: approx Dark Violet. HEX triplet: 8A, 02 and CA. RGB value is (138,2,202). Sum of RGB (Red+Green+Blue) = 138+2+202=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A02CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A02CA is #75FD35. Grayscale: #404040. Windows color (decimal): -7732534 or 13238922. OLE color: 13238922.

HSL color Cylindrical-coordinate representation of color #8A02CA: hue angle of 280.8º 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 #8A02CA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1382202-
CMYK0.320.9900.21
HSL280.8º98.04%40%-
HSV(B)280.8º99.01%79.22%-
XYZ21.169.7156.64-
YUV65.46205.06179.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=40.35%
G=0.58%
B=59.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13822020.320.9900.21280.898.0440
Hex8A2CA20630151196228
Octal21223124014302543114250
Binary10001010101100101010000011000110101011000110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A02CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A02CA; }

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

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

<style>
 a { background-color: #8A02CA; }

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

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

<style>
 span { border-color: #8A02CA; }

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

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