Html Css Color HEX #8A04E5 Dark Violet

📋 copy color: '#8A04E5'

red 138 ◦ green 4 ◦ blue 229

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

Shades of Dark Violet #8A04E5

Tints of Dark Violet #8A04E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.73%

R = 37.2%
G = 1.08%
B = 61.73%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8A04E5 (or 0x8A04E5) is known color: Dark Violet. HEX triplet: 8A, 04 and E5. RGB value is (138,4,229). Sum of RGB (Red+Green+Blue) = 138+4+229=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #8A04E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04E5 is #75FB1A. Grayscale: #444444. Windows color (decimal): -7731995 or 15008906. OLE color: 15008906.

HSL color Cylindrical-coordinate representation of color #8A04E5: hue angle of 275.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04E5 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 4 229 -
CMYK 0.40 0.98 0 0.10
HSL 275.73º 0.97% 0.46% -
HSV(B) 275.73º 0.98% 0.9% -
XYZ 24.67 11.15 74.98 -
YUV 69.72 217.89 176.7 -
System Red Green Blue C M Y K H S L
Decimal 138 4 229 0.40 0.98 0 0.10 275.73 0.97 0.46
Hex 8A 4 E5 28 62 0 A 114 61 2E
Octal 212 4 345 50 142 0 12 424 141 56
Binary 10001010 100 11100101 101000 1100010 0 1010 100010100 1100001 101110

Color Harmonies of #8A04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A04E5

Black with #8A04E5

Text Example


Text Example

White with #8A04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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