Html Css Color HEX #990B85 Dark Magenta

📋 copy color: '#990B85'

red 153 ◦ green 11 ◦ blue 133

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

Shades of Dark Magenta #990B85

Tints of Dark Magenta #990B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 51.52%
G = 3.7%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#990B85 (or 0x990B85) is known color: Dark Magenta. HEX triplet: 99, 0B and 85. RGB value is (153,11,133). Sum of RGB (Red+Green+Blue) = 153+11+133=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #990B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B85 is #66F47A. Grayscale: #434343. Windows color (decimal): -6747259 or 8719257. OLE color: 8719257.

HSL color Cylindrical-coordinate representation of color #990B85: hue angle of 308.45º 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 #990B85 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 133 -
CMYK 0 0.93 0.13 0.4
HSL 308.45º 0.87% 0.32% -
HSV(B) 308.45º 0.93% 0.6% -
XYZ 17.49 8.71 22.95 -
YUV 67.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 153 11 133 0 0.93 0.13 0.4 308.45 0.87 0.32
Hex 99 B 85 0 5D D 28 134 57 20
Octal 231 13 205 0 135 15 50 464 127 40
Binary 10011001 1011 10000101 0 1011101 1101 101000 100110100 1010111 100000

Color Harmonies of #990B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B85

Black with #990B85

Text Example


Text Example

White with #990B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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