Html Css Color HEX #90019A Dark Magenta

📋 copy color: '#90019A'

red 144 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #90019A

Tints of Dark Magenta #90019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 48.16%
G = 0.33%
B = 51.51%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#90019A (or 0x90019A) is known color: Dark Magenta. HEX triplet: 90, 01 and 9A. RGB value is (144,1,154). Sum of RGB (Red+Green+Blue) = 144+1+154=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #90019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90019A is #6FFE65. Grayscale: #3C3C3C. Windows color (decimal): -7339622 or 10092944. OLE color: 10092944.

HSL color Cylindrical-coordinate representation of color #90019A: hue angle of 296.08º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90019A is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 1 154 -
CMYK 0.06 0.99 0 0.40
HSL 296.08º 0.99% 0.3% -
HSV(B) 296.08º 0.99% 0.6% -
XYZ 17.35 8.28 31.26 -
YUV 61.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 144 1 154 0.06 0.99 0 0.40 296.08 0.99 0.3
Hex 90 1 9A 6 63 0 28 128 63 1E
Octal 220 1 232 6 143 0 50 450 143 36
Binary 10010000 1 10011010 110 1100011 0 101000 100101000 1100011 11110

Color Harmonies of #90019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90019A

Black with #90019A

Text Example


Text Example

White with #90019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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