Html Css Color HEX #90099C Dark Magenta

📋 copy color: '#90099C'

red 144 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #90099C

Tints of Dark Magenta #90099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

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

R = 46.6%
G = 2.91%
B = 50.49%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90099C (or 0x90099C) is known color: Dark Magenta. HEX triplet: 90, 09 and 9C. RGB value is (144,9,156). Sum of RGB (Red+Green+Blue) = 144+9+156=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #90099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90099C is #6FF663. Grayscale: #414141. Windows color (decimal): -7337572 or 10226064. OLE color: 10226064.

HSL color Cylindrical-coordinate representation of color #90099C: hue angle of 295.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90099C is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 9 156 -
CMYK 0.08 0.94 0 0.39
HSL 295.1º 0.89% 0.32% -
HSV(B) 295.1º 0.94% 0.61% -
XYZ 17.6 8.52 32.17 -
YUV 66.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 144 9 156 0.08 0.94 0 0.39 295.1 0.89 0.32
Hex 90 9 9C 8 5E 0 27 127 59 20
Octal 220 11 234 10 136 0 47 447 131 40
Binary 10010000 1001 10011100 1000 1011110 0 100111 100100111 1011001 100000

Color Harmonies of #90099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90099C

Black with #90099C

Text Example


Text Example

White with #90099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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