Html Css Color HEX #9004DF Dark Violet

📋 copy color: '#9004DF'

red 144 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #9004DF

Tints of Dark Violet #9004DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 38.81%
G = 1.08%
B = 60.11%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9004DF (or 0x9004DF) is known color: Dark Violet. HEX triplet: 90, 04 and DF. RGB value is (144,4,223). Sum of RGB (Red+Green+Blue) = 144+4+223=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #9004DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004DF is #6FFB20. Grayscale: #464646. Windows color (decimal): -7338785 or 14615696. OLE color: 14615696.

HSL color Cylindrical-coordinate representation of color #9004DF: hue angle of 278.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004DF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 4 223 -
CMYK 0.35 0.98 0 0.13
HSL 278.36º 0.96% 0.45% -
HSV(B) 278.36º 0.98% 0.87% -
XYZ 24.86 11.34 70.69 -
YUV 70.83 213.88 180.19 -
System Red Green Blue C M Y K H S L
Decimal 144 4 223 0.35 0.98 0 0.13 278.36 0.96 0.45
Hex 90 4 DF 23 62 0 D 116 60 2D
Octal 220 4 337 43 142 0 15 426 140 55
Binary 10010000 100 11011111 100011 1100010 0 1101 100010110 1100000 101101

Color Harmonies of #9004DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004DF

Black with #9004DF

Text Example


Text Example

White with #9004DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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