Html Css Color HEX #90139B Dark Magenta

📋 copy color: '#90139B'

red 144 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #90139B

Tints of Dark Magenta #90139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

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

R = 45.28%
G = 5.97%
B = 48.74%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90139B (or 0x90139B) is known color: Dark Magenta. HEX triplet: 90, 13 and 9B. RGB value is (144,19,155). Sum of RGB (Red+Green+Blue) = 144+19+155=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #90139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90139B is #6FEC64. Grayscale: #474747. Windows color (decimal): -7335013 or 10163088. OLE color: 10163088.

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

Color convert

RGB 144 19 155 -
CMYK 0.07 0.88 0 0.39
HSL 295.15º 0.78% 0.34% -
HSV(B) 295.15º 0.88% 0.61% -
XYZ 17.65 8.76 31.77 -
YUV 71.88 174.91 179.44 -
System Red Green Blue C M Y K H S L
Decimal 144 19 155 0.07 0.88 0 0.39 295.15 0.78 0.34
Hex 90 13 9B 7 58 0 27 127 4E 22
Octal 220 23 233 7 130 0 47 447 116 42
Binary 10010000 10011 10011011 111 1011000 0 100111 100100111 1001110 100010

Color Harmonies of #90139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90139B

Black with #90139B

Text Example


Text Example

White with #90139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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