Html Css Color HEX #9004BB Dark Violet

📋 copy color: '#9004BB'

red 144 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #9004BB

Tints of Dark Violet #9004BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 42.99%
G = 1.19%
B = 55.82%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9004BB (or 0x9004BB) is known color: Dark Violet. HEX triplet: 90, 04 and BB. RGB value is (144,4,187). Sum of RGB (Red+Green+Blue) = 144+4+187=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #9004BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004BB is #6FFB44. Grayscale: #424242. Windows color (decimal): -7338821 or 12256400. OLE color: 12256400.

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

Color convert

RGB 144 4 187 -
CMYK 0.23 0.98 0 0.27
HSL 285.9º 0.96% 0.37% -
HSV(B) 285.9º 0.98% 0.73% -
XYZ 20.51 9.6 47.79 -
YUV 66.72 195.88 183.12 -
System Red Green Blue C M Y K H S L
Decimal 144 4 187 0.23 0.98 0 0.27 285.9 0.96 0.37
Hex 90 4 BB 17 62 0 1B 11E 60 25
Octal 220 4 273 27 142 0 33 436 140 45
Binary 10010000 100 10111011 10111 1100010 0 11011 100011110 1100000 100101

Color Harmonies of #9004BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004BB

Black with #9004BB

Text Example


Text Example

White with #9004BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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