Html Css Color HEX #990993 Dark Magenta

📋 copy color: '#990993'

red 153 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #990993

Tints of Dark Magenta #990993

RGB

 RED value IS 153 (60.16% from 255) = 49.51%

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

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

R = 49.51%
G = 2.91%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#990993 (or 0x990993) is known color: Dark Magenta. HEX triplet: 99, 09 and 93. RGB value is (153,9,147). Sum of RGB (Red+Green+Blue) = 153+9+147=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #990993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990993 is #66F66C. Grayscale: #434343. Windows color (decimal): -6747757 or 9636249. OLE color: 9636249.

HSL color Cylindrical-coordinate representation of color #990993: hue angle of 302.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990993 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 147 -
CMYK 0 0.94 0.04 0.4
HSL 302.5º 0.89% 0.32% -
HSV(B) 302.5º 0.94% 0.6% -
XYZ 18.5 9.07 28.38 -
YUV 67.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 153 9 147 0 0.94 0.04 0.4 302.5 0.89 0.32
Hex 99 9 93 0 5E 4 28 12E 59 20
Octal 231 11 223 0 136 4 50 456 131 40
Binary 10011001 1001 10010011 0 1011110 100 101000 100101110 1011001 100000

Color Harmonies of #990993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990993

Black with #990993

Text Example


Text Example

White with #990993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990993; }

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

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

background-color css

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

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

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

border-color css

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

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

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