Html Css Color HEX #9004BD Dark Violet

📋 copy color: '#9004BD'

red 144 ◦ green 4 ◦ blue 189

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

Shades of Dark Violet #9004BD

Tints of Dark Violet #9004BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 42.73%
G = 1.19%
B = 56.08%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9004BD (or 0x9004BD) is known color: Dark Violet. HEX triplet: 90, 04 and BD. RGB value is (144,4,189). Sum of RGB (Red+Green+Blue) = 144+4+189=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #9004BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004BD is #6FFB42. Grayscale: #424242. Windows color (decimal): -7338819 or 12387472. OLE color: 12387472.

HSL color Cylindrical-coordinate representation of color #9004BD: hue angle of 285.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004BD is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 4 189 -
CMYK 0.24 0.98 0 0.26
HSL 285.41º 0.96% 0.38% -
HSV(B) 285.41º 0.98% 0.74% -
XYZ 20.73 9.69 48.92 -
YUV 66.95 196.88 182.96 -
System Red Green Blue C M Y K H S L
Decimal 144 4 189 0.24 0.98 0 0.26 285.41 0.96 0.38
Hex 90 4 BD 18 62 0 1A 11D 60 26
Octal 220 4 275 30 142 0 32 435 140 46
Binary 10010000 100 10111101 11000 1100010 0 11010 100011101 1100000 100110

Color Harmonies of #9004BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004BD

Black with #9004BD

Text Example


Text Example

White with #9004BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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