Html Css Color HEX #990CAB Dark Magenta

📋 copy color: '#990CAB'

red 153 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #990CAB

Tints of Dark Magenta #990CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.57%

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

R = 45.54%
G = 3.57%
B = 50.89%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990CAB (or 0x990CAB) is known color: Dark Magenta. HEX triplet: 99, 0C and AB. RGB value is (153,12,171). Sum of RGB (Red+Green+Blue) = 153+12+171=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #990CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990CAB is #66F354. Grayscale: #474747. Windows color (decimal): -6746965 or 11209881. OLE color: 11209881.

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

Color convert

RGB 153 12 171 -
CMYK 0.11 0.93 0 0.33
HSL 293.21º 0.87% 0.36% -
HSV(B) 293.21º 0.93% 0.67% -
XYZ 20.62 9.98 39.37 -
YUV 72.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 153 12 171 0.11 0.93 0 0.33 293.21 0.87 0.36
Hex 99 C AB B 5D 0 21 125 57 24
Octal 231 14 253 13 135 0 41 445 127 44
Binary 10011001 1100 10101011 1011 1011101 0 100001 100100101 1010111 100100

Color Harmonies of #990CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CAB

Black with #990CAB

Text Example


Text Example

White with #990CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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