Html Css Color HEX #90009F Dark Magenta

📋 copy color: '#90009F'

red 144 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #90009F

Tints of Dark Magenta #90009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 47.52%
G = 0%
B = 52.48%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90009F (or 0x90009F) is known color: Dark Magenta. HEX triplet: 90, 00 and 9F. RGB value is (144,0,159). Sum of RGB (Red+Green+Blue) = 144+0+159=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #90009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90009F is #6FFF60. Grayscale: #3C3C3C. Windows color (decimal): -7339873 or 10420368. OLE color: 10420368.

HSL color Cylindrical-coordinate representation of color #90009F: hue angle of 294.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90009F is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 0 159 -
CMYK 0.09 1 0 0.38
HSL 294.34º 1% 0.31% -
HSV(B) 294.34º 1% 0.62% -
XYZ 17.76 8.43 33.49 -
YUV 61.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 144 0 159 0.09 1 0 0.38 294.34 1 0.31
Hex 90 0 9F 9 64 0 26 126 64 1F
Octal 220 0 237 11 144 0 46 446 144 37
Binary 10010000 0 10011111 1001 1100100 0 100110 100100110 1100100 11111

Color Harmonies of #90009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90009F

Black with #90009F

Text Example


Text Example

White with #90009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90009F; }

 p { color: rgb(144,0,159); }

 H1.HeaderClassName
 {
   color: #90009F;
 }
 .AnyTagClassName
 {
   color: #90009F;
 }
</style>

background-color css

<style>
 a { background-color: #90009F; }

 a { background-color: rgb(144,0,159); }

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

border-color css

<style>
 span { border-color: #90009F; }

 span { border-color: rgb(144,0,159); }

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