Html Css Color HEX #900993 Dark Magenta

📋 copy color: '#900993'

red 144 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #900993

Tints of Dark Magenta #900993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 48%
G = 3%
B = 49%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#900993 (or 0x900993) is known color: Dark Magenta. HEX triplet: 90, 09 and 93. RGB value is (144,9,147). Sum of RGB (Red+Green+Blue) = 144+9+147=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #900993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900993 is #6FF66C. Grayscale: #404040. Windows color (decimal): -7337581 or 9636240. OLE color: 9636240.

HSL color Cylindrical-coordinate representation of color #900993: hue angle of 298.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900993 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 9 147 -
CMYK 0.02 0.94 0 0.42
HSL 298.7º 0.88% 0.31% -
HSV(B) 298.7º 0.94% 0.58% -
XYZ 16.87 8.23 28.3 -
YUV 65.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 144 9 147 0.02 0.94 0 0.42 298.7 0.88 0.31
Hex 90 9 93 2 5E 0 2A 12B 58 1F
Octal 220 11 223 2 136 0 52 453 130 37
Binary 10010000 1001 10010011 10 1011110 0 101010 100101011 1011000 11111

Color Harmonies of #900993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900993

Black with #900993

Text Example


Text Example

White with #900993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900993; }

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

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

background-color css

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

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

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

border-color css

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

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

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