Html Css Color HEX #990B93 Dark Magenta

📋 copy color: '#990B93'

red 153 ◦ green 11 ◦ blue 147

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

Shades of Dark Magenta #990B93

Tints of Dark Magenta #990B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

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

R = 49.2%
G = 3.54%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#990B93 (or 0x990B93) is known color: Dark Magenta. HEX triplet: 99, 0B and 93. RGB value is (153,11,147). Sum of RGB (Red+Green+Blue) = 153+11+147=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #990B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B93 is #66F46C. Grayscale: #444444. Windows color (decimal): -6747245 or 9636761. OLE color: 9636761.

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

Color convert

RGB 153 11 147 -
CMYK 0 0.93 0.04 0.4
HSL 302.54º 0.87% 0.32% -
HSV(B) 302.54º 0.93% 0.6% -
XYZ 18.52 9.12 28.39 -
YUV 68.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 153 11 147 0 0.93 0.04 0.4 302.54 0.87 0.32
Hex 99 B 93 0 5D 4 28 12F 57 20
Octal 231 13 223 0 135 4 50 457 127 40
Binary 10011001 1011 10010011 0 1011101 100 101000 100101111 1010111 100000

Color Harmonies of #990B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B93

Black with #990B93

Text Example


Text Example

White with #990B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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