Html Css Color HEX #90009B Dark Magenta

📋 copy color: '#90009B'

red 144 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #90009B

Tints of Dark Magenta #90009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 48.16%
G = 0%
B = 51.84%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90009B (or 0x90009B) is known color: Dark Magenta. HEX triplet: 90, 00 and 9B. RGB value is (144,0,155). Sum of RGB (Red+Green+Blue) = 144+0+155=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #90009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90009B is #6FFF64. Grayscale: #3C3C3C. Windows color (decimal): -7339877 or 10158224. OLE color: 10158224.

HSL color Cylindrical-coordinate representation of color #90009B: hue angle of 295.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90009B is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 0 155 -
CMYK 0.07 1 0 0.39
HSL 295.74º 1% 0.3% -
HSV(B) 295.74º 1% 0.61% -
XYZ 17.42 8.3 31.69 -
YUV 60.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 144 0 155 0.07 1 0 0.39 295.74 1 0.3
Hex 90 0 9B 7 64 0 27 128 64 1E
Octal 220 0 233 7 144 0 47 450 144 36
Binary 10010000 0 10011011 111 1100100 0 100111 100101000 1100100 11110

Color Harmonies of #90009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90009B

Black with #90009B

Text Example


Text Example

White with #90009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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