Html Css Color HEX #9004EF Dark Violet

📋 copy color: '#9004EF'

red 144 ◦ green 4 ◦ blue 239

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

Shades of Dark Violet #9004EF

Tints of Dark Violet #9004EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 37.21%
G = 1.03%
B = 61.76%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9004EF (or 0x9004EF) is known color: Dark Violet. HEX triplet: 90, 04 and EF. RGB value is (144,4,239). Sum of RGB (Red+Green+Blue) = 144+4+239=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #9004EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004EF is #6FFB10. Grayscale: #474747. Windows color (decimal): -7338769 or 15664272. OLE color: 15664272.

HSL color Cylindrical-coordinate representation of color #9004EF: hue angle of 275.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004EF is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 4 239 -
CMYK 0.40 0.98 0 0.06
HSL 275.74º 0.97% 0.48% -
HSV(B) 275.74º 0.98% 0.94% -
XYZ 27.13 12.25 82.6 -
YUV 72.65 221.88 178.89 -
System Red Green Blue C M Y K H S L
Decimal 144 4 239 0.40 0.98 0 0.06 275.74 0.97 0.48
Hex 90 4 EF 28 62 0 6 114 61 30
Octal 220 4 357 50 142 0 6 424 141 60
Binary 10010000 100 11101111 101000 1100010 0 110 100010100 1100001 110000

Color Harmonies of #9004EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004EF

Black with #9004EF

Text Example


Text Example

White with #9004EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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