Html Css Color HEX #90138A Dark Magenta

📋 copy color: '#90138A'

red 144 ◦ green 19 ◦ blue 138

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

Shades of Dark Magenta #90138A

Tints of Dark Magenta #90138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 47.84%
G = 6.31%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90138A (or 0x90138A) is known color: Dark Magenta. HEX triplet: 90, 13 and 8A. RGB value is (144,19,138). Sum of RGB (Red+Green+Blue) = 144+19+138=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90138A is #6FEC75. Grayscale: #454545. Windows color (decimal): -7335030 or 9048976. OLE color: 9048976.

HSL color Cylindrical-coordinate representation of color #90138A: hue angle of 302.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90138A is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 138 -
CMYK 0 0.87 0.04 0.44
HSL 302.88º 0.77% 0.32% -
HSV(B) 302.88º 0.87% 0.56% -
XYZ 16.32 8.23 24.77 -
YUV 69.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 144 19 138 0 0.87 0.04 0.44 302.88 0.77 0.32
Hex 90 13 8A 0 57 4 2C 12F 4D 20
Octal 220 23 212 0 127 4 54 457 115 40
Binary 10010000 10011 10001010 0 1010111 100 101100 100101111 1001101 100000

Color Harmonies of #90138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90138A

Black with #90138A

Text Example


Text Example

White with #90138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90138A; }

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

 H1.HeaderClassName
 {
   color: #90138A;
 }
 .AnyTagClassName
 {
   color: #90138A;
 }
</style>

background-color css

<style>
 a { background-color: #90138A; }

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

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

border-color css

<style>
 span { border-color: #90138A; }

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

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