Html Css Color HEX #990C8F Dark Magenta

📋 copy color: '#990C8F'

red 153 ◦ green 12 ◦ blue 143

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

Shades of Dark Magenta #990C8F

Tints of Dark Magenta #990C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.43%

R = 49.68%
G = 3.9%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#990C8F (or 0x990C8F) is known color: Dark Magenta. HEX triplet: 99, 0C and 8F. RGB value is (153,12,143). Sum of RGB (Red+Green+Blue) = 153+12+143=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #990C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990C8F is #66F370. Grayscale: #444444. Windows color (decimal): -6746993 or 9374873. OLE color: 9374873.

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

Color convert

RGB 153 12 143 -
CMYK 0 0.92 0.07 0.4
HSL 304.26º 0.85% 0.32% -
HSV(B) 304.26º 0.92% 0.6% -
XYZ 18.23 9.02 26.77 -
YUV 69.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 153 12 143 0 0.92 0.07 0.4 304.26 0.85 0.32
Hex 99 C 8F 0 5C 7 28 130 55 20
Octal 231 14 217 0 134 7 50 460 125 40
Binary 10011001 1100 10001111 0 1011100 111 101000 100110000 1010101 100000

Color Harmonies of #990C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C8F

Black with #990C8F

Text Example


Text Example

White with #990C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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