Html Css Color HEX #990C82 Dark Magenta

📋 copy color: '#990C82'

red 153 ◦ green 12 ◦ blue 130

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

Shades of Dark Magenta #990C82

Tints of Dark Magenta #990C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 51.86%
G = 4.07%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#990C82 (or 0x990C82) is known color: Dark Magenta. HEX triplet: 99, 0C and 82. RGB value is (153,12,130). Sum of RGB (Red+Green+Blue) = 153+12+130=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #990C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990C82 is #66F37D. Grayscale: #434343. Windows color (decimal): -6747006 or 8522905. OLE color: 8522905.

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

Color convert

RGB 153 12 130 -
CMYK 0 0.92 0.15 0.4
HSL 309.79º 0.85% 0.32% -
HSV(B) 309.79º 0.92% 0.6% -
XYZ 17.3 8.65 21.88 -
YUV 67.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 153 12 130 0 0.92 0.15 0.4 309.79 0.85 0.32
Hex 99 C 82 0 5C F 28 136 55 20
Octal 231 14 202 0 134 17 50 466 125 40
Binary 10011001 1100 10000010 0 1011100 1111 101000 100110110 1010101 100000

Color Harmonies of #990C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C82

Black with #990C82

Text Example


Text Example

White with #990C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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