Html Css Color HEX #9004EA Dark Violet

📋 copy color: '#9004EA'

red 144 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #9004EA

Tints of Dark Violet #9004EA

RGB

 RED value IS 144 (56.64% from 255) = 37.7%

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

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

R = 37.7%
G = 1.05%
B = 61.26%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9004EA (or 0x9004EA) is known color: Dark Violet. HEX triplet: 90, 04 and EA. RGB value is (144,4,234). Sum of RGB (Red+Green+Blue) = 144+4+234=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #9004EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004EA is #6FFB15. Grayscale: #474747. Windows color (decimal): -7338774 or 15336592. OLE color: 15336592.

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

Color convert

RGB 144 4 234 -
CMYK 0.38 0.98 0 0.08
HSL 276.52º 0.97% 0.47% -
HSV(B) 276.52º 0.98% 0.92% -
XYZ 26.4 11.96 78.76 -
YUV 72.08 219.38 179.3 -
System Red Green Blue C M Y K H S L
Decimal 144 4 234 0.38 0.98 0 0.08 276.52 0.97 0.47
Hex 90 4 EA 26 62 0 8 115 61 2F
Octal 220 4 352 46 142 0 10 425 141 57
Binary 10010000 100 11101010 100110 1100010 0 1000 100010101 1100001 101111

Color Harmonies of #9004EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004EA

Black with #9004EA

Text Example


Text Example

White with #9004EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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