#8A02DA

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

Shades of Dark Violet #8A02DA

Tints of Dark Violet #8A02DA

Color information

#8A02DA (or 0x8A02DA) is unknown color: approx Dark Violet. HEX triplet: 8A, 02 and DA. RGB value is (138,2,218). Sum of RGB (Red+Green+Blue) = 138+2+218=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A02DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A02DA is #75FD25. Grayscale: #424242. Windows color (decimal): -7732518 or 14287498. OLE color: 14287498.

HSL color Cylindrical-coordinate representation of color #8A02DA: hue angle of 277.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A02DA is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1382218-
CMYK0.370.9900.15
HSL277.78º98.18%43.14%-
HSV(B)277.78º99.08%85.49%-
XYZ23.1610.5167.14-
YUV67.29213.06178.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 218 (85.55% from 255) = 60.89%
R=38.55%
G=0.56%
B=60.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13822180.370.9900.15277.7898.1843.14
Hex8A2DA25630F116622b
Octal21223324514301742614253
Binary1000101010110110101001011100011011111000101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A02DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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