Html Css Color HEX #9C199D Dark Magenta

📋 copy color: '#9C199D'

red 156 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #9C199D

Tints of Dark Magenta #9C199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.4%

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

R = 46.15%
G = 7.4%
B = 46.45%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C199D (or 0x9C199D) is known color: Dark Magenta. HEX triplet: 9C, 19 and 9D. RGB value is (156,25,157). Sum of RGB (Red+Green+Blue) = 156+25+157=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C199D is #63E662. Grayscale: #4E4E4E. Windows color (decimal): -6547043 or 10295708. OLE color: 10295708.

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

Color convert

RGB 156 25 157 -
CMYK 0.01 0.84 0 0.38
HSL 299.55º 0.73% 0.36% -
HSV(B) 299.55º 0.84% 0.62% -
XYZ 20.14 10.2 32.8 -
YUV 79.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 156 25 157 0.01 0.84 0 0.38 299.55 0.73 0.36
Hex 9C 19 9D 1 54 0 26 12C 49 24
Octal 234 31 235 1 124 0 46 454 111 44
Binary 10011100 11001 10011101 1 1010100 0 100110 100101100 1001001 100100

Color Harmonies of #9C199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C199D

Black with #9C199D

Text Example


Text Example

White with #9C199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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