Html Css Color HEX #9004C5 Dark Violet

📋 copy color: '#9004C5'

red 144 ◦ green 4 ◦ blue 197

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

Shades of Dark Violet #9004C5

Tints of Dark Violet #9004C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.1%

R = 41.74%
G = 1.16%
B = 57.1%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9004C5 (or 0x9004C5) is known color: Dark Violet. HEX triplet: 90, 04 and C5. RGB value is (144,4,197). Sum of RGB (Red+Green+Blue) = 144+4+197=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #9004C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004C5 is #6FFB3A. Grayscale: #434343. Windows color (decimal): -7338811 or 12911760. OLE color: 12911760.

HSL color Cylindrical-coordinate representation of color #9004C5: hue angle of 283.52º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004C5 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 4 197 -
CMYK 0.27 0.98 0 0.23
HSL 283.52º 0.96% 0.39% -
HSV(B) 283.52º 0.98% 0.77% -
XYZ 21.62 10.05 53.62 -
YUV 67.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 144 4 197 0.27 0.98 0 0.23 283.52 0.96 0.39
Hex 90 4 C5 1B 62 0 17 11C 60 27
Octal 220 4 305 33 142 0 27 434 140 47
Binary 10010000 100 11000101 11011 1100010 0 10111 100011100 1100000 100111

Color Harmonies of #9004C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004C5

Black with #9004C5

Text Example


Text Example

White with #9004C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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