Html Css Color HEX #90019C Dark Magenta

📋 copy color: '#90019C'

red 144 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #90019C

Tints of Dark Magenta #90019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 47.84%
G = 0.33%
B = 51.83%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90019C (or 0x90019C) is known color: Dark Magenta. HEX triplet: 90, 01 and 9C. RGB value is (144,1,156). Sum of RGB (Red+Green+Blue) = 144+1+156=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #90019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90019C is #6FFE63. Grayscale: #3C3C3C. Windows color (decimal): -7339620 or 10224016. OLE color: 10224016.

HSL color Cylindrical-coordinate representation of color #90019C: hue angle of 295.35º 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 #90019C is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 1 156 -
CMYK 0.08 0.99 0 0.39
HSL 295.35º 0.99% 0.31% -
HSV(B) 295.35º 0.99% 0.61% -
XYZ 17.51 8.35 32.14 -
YUV 61.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 144 1 156 0.08 0.99 0 0.39 295.35 0.99 0.31
Hex 90 1 9C 8 63 0 27 127 63 1F
Octal 220 1 234 10 143 0 47 447 143 37
Binary 10010000 1 10011100 1000 1100011 0 100111 100100111 1100011 11111

Color Harmonies of #90019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90019C

Black with #90019C

Text Example


Text Example

White with #90019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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