Html Css Color HEX #990BAB Dark Magenta

📋 copy color: '#990BAB'

red 153 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #990BAB

Tints of Dark Magenta #990BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 45.67%
G = 3.28%
B = 51.04%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990BAB (or 0x990BAB) is known color: Dark Magenta. HEX triplet: 99, 0B and AB. RGB value is (153,11,171). Sum of RGB (Red+Green+Blue) = 153+11+171=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #990BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990BAB is #66F454. Grayscale: #474747. Windows color (decimal): -6747221 or 11209625. OLE color: 11209625.

HSL color Cylindrical-coordinate representation of color #990BAB: hue angle of 293.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990BAB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 11 171 -
CMYK 0.11 0.94 0 0.33
HSL 293.25º 0.88% 0.36% -
HSV(B) 293.25º 0.94% 0.67% -
XYZ 20.61 9.95 39.36 -
YUV 71.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 153 11 171 0.11 0.94 0 0.33 293.25 0.88 0.36
Hex 99 B AB B 5E 0 21 125 58 24
Octal 231 13 253 13 136 0 41 445 130 44
Binary 10011001 1011 10101011 1011 1011110 0 100001 100100101 1011000 100100

Color Harmonies of #990BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BAB

Black with #990BAB

Text Example


Text Example

White with #990BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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