Html Css Color HEX #8904EA Dark Violet

📋 copy color: '#8904EA'

red 137 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #8904EA

Tints of Dark Violet #8904EA

RGB

 RED value IS 137 (53.91% from 255) = 36.53%

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

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

R = 36.53%
G = 1.07%
B = 62.4%

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

#8904EA (or 0x8904EA) is known color: Dark Violet. HEX triplet: 89, 04 and EA. RGB value is (137,4,234). Sum of RGB (Red+Green+Blue) = 137+4+234=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #8904EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8904EA is #76FB15. Grayscale: #454545. Windows color (decimal): -7797526 or 15336585. OLE color: 15336585.

HSL color Cylindrical-coordinate representation of color #8904EA: hue angle of 274.7º 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 #8904EA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 4 234 -
CMYK 0.41 0.98 0 0.08
HSL 274.7º 0.97% 0.47% -
HSV(B) 274.7º 0.98% 0.92% -
XYZ 25.21 11.35 78.7 -
YUV 69.99 220.56 175.8 -
System Red Green Blue C M Y K H S L
Decimal 137 4 234 0.41 0.98 0 0.08 274.7 0.97 0.47
Hex 89 4 EA 29 62 0 8 113 61 2F
Octal 211 4 352 51 142 0 10 423 141 57
Binary 10001001 100 11101010 101001 1100010 0 1000 100010011 1100001 101111

Color Harmonies of #8904EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8904EA

Black with #8904EA

Text Example


Text Example

White with #8904EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8904EA; }

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

 H1.HeaderClassName
 {
   color: #8904EA;
 }
 .AnyTagClassName
 {
   color: #8904EA;
 }
</style>

background-color css

<style>
 a { background-color: #8904EA; }

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

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

border-color css

<style>
 span { border-color: #8904EA; }

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

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