Html Css Color HEX #8A04EA Dark Violet

📋 copy color: '#8A04EA'

red 138 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #8A04EA

Tints of Dark Violet #8A04EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 36.7%
G = 1.06%
B = 62.23%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A04EA (or 0x8A04EA) is known color: Dark Violet. HEX triplet: 8A, 04 and EA. RGB value is (138,4,234). Sum of RGB (Red+Green+Blue) = 138+4+234=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A04EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A04EA is #75FB15. Grayscale: #454545. Windows color (decimal): -7731990 or 15336586. OLE color: 15336586.

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

Color convert

RGB 138 4 234 -
CMYK 0.41 0.98 0 0.08
HSL 274.96º 0.97% 0.47% -
HSV(B) 274.96º 0.98% 0.92% -
XYZ 25.38 11.43 78.71 -
YUV 70.29 220.39 176.3 -
System Red Green Blue C M Y K H S L
Decimal 138 4 234 0.41 0.98 0 0.08 274.96 0.97 0.47
Hex 8A 4 EA 29 62 0 8 113 61 2F
Octal 212 4 352 51 142 0 10 423 141 57
Binary 10001010 100 11101010 101001 1100010 0 1000 100010011 1100001 101111

Color Harmonies of #8A04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A04EA

Black with #8A04EA

Text Example


Text Example

White with #8A04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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