Html Css Color HEX #9C099D Dark Magenta

📋 copy color: '#9C099D'

red 156 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #9C099D

Tints of Dark Magenta #9C099D

RGB

 RED value IS 156 (61.33% from 255) = 48.45%

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 48.45%
G = 2.8%
B = 48.76%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C099D (or 0x9C099D) is known color: Dark Magenta. HEX triplet: 9C, 09 and 9D. RGB value is (156,9,157). Sum of RGB (Red+Green+Blue) = 156+9+157=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C099D is #63F662. Grayscale: #454545. Windows color (decimal): -6551139 or 10291612. OLE color: 10291612.

HSL color Cylindrical-coordinate representation of color #9C099D: hue angle of 299.59º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C099D is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 9 157 -
CMYK 0.01 0.94 0 0.38
HSL 299.59º 0.89% 0.33% -
HSV(B) 299.59º 0.94% 0.62% -
XYZ 19.89 9.7 32.72 -
YUV 69.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 156 9 157 0.01 0.94 0 0.38 299.59 0.89 0.33
Hex 9C 9 9D 1 5E 0 26 12C 59 21
Octal 234 11 235 1 136 0 46 454 131 41
Binary 10011100 1001 10011101 1 1011110 0 100110 100101100 1011001 100001

Color Harmonies of #9C099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C099D

Black with #9C099D

Text Example


Text Example

White with #9C099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C099D; }

 p { color: rgb(156,9,157); }

 H1.HeaderClassName
 {
   color: #9C099D;
 }
 .AnyTagClassName
 {
   color: #9C099D;
 }
</style>

background-color css

<style>
 a { background-color: #9C099D; }

 a { background-color: rgb(156,9,157); }

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

border-color css

<style>
 span { border-color: #9C099D; }

 span { border-color: rgb(156,9,157); }

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