Html Css Color HEX #8A02EA Dark Violet

📋 copy color: '#8A02EA'

red 138 ◦ green 2 ◦ blue 234

#8A02EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8A02EA

Tints of Dark Violet #8A02EA

RGB

 RED value IS 138 (54.3% from 255) = 36.9%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 36.9%
G = 0.53%
B = 62.57%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A02EA (or 0x8A02EA) is known color: Dark Violet. HEX triplet: 8A, 02 and EA. RGB value is (138,2,234). Sum of RGB (Red+Green+Blue) = 138+2+234=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A02EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A02EA is #75FD15. Grayscale: #444444. Windows color (decimal): -7732502 or 15336074. OLE color: 15336074.

HSL color Cylindrical-coordinate representation of color #8A02EA: hue angle of 275.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A02EA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 2 234 -
CMYK 0.41 0.99 0 0.08
HSL 275.17º 0.98% 0.46% -
HSV(B) 275.17º 0.99% 0.92% -
XYZ 25.35 11.39 78.7 -
YUV 69.11 221.06 177.14 -
System Red Green Blue C M Y K H S L
Decimal 138 2 234 0.41 0.99 0 0.08 275.17 0.98 0.46
Hex 8A 2 EA 29 63 0 8 113 62 2E
Octal 212 2 352 51 143 0 10 423 142 56
Binary 10001010 10 11101010 101001 1100011 0 1000 100010011 1100010 101110

Color Harmonies of #8A02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A02EA

Black with #8A02EA

Text Example


Text Example

White with #8A02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A02EA;
 }
 .AnyTagClassName
 {
   color: #8A02EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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