Html Css Color HEX #90019B Dark Magenta

📋 copy color: '#90019B'

red 144 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #90019B

Tints of Dark Magenta #90019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 48%
G = 0.33%
B = 51.67%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90019B (or 0x90019B) is known color: Dark Magenta. HEX triplet: 90, 01 and 9B. RGB value is (144,1,155). Sum of RGB (Red+Green+Blue) = 144+1+155=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #90019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90019B is #6FFE64. Grayscale: #3C3C3C. Windows color (decimal): -7339621 or 10158480. OLE color: 10158480.

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

Color convert

RGB 144 1 155 -
CMYK 0.07 0.99 0 0.39
HSL 295.71º 0.99% 0.31% -
HSV(B) 295.71º 0.99% 0.61% -
XYZ 17.43 8.32 31.7 -
YUV 61.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 144 1 155 0.07 0.99 0 0.39 295.71 0.99 0.31
Hex 90 1 9B 7 63 0 27 128 63 1F
Octal 220 1 233 7 143 0 47 450 143 37
Binary 10010000 1 10011011 111 1100011 0 100111 100101000 1100011 11111

Color Harmonies of #90019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90019B

Black with #90019B

Text Example


Text Example

White with #90019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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