Html Css Color HEX #9C1798 Dark Magenta

📋 copy color: '#9C1798'

red 156 ◦ green 23 ◦ blue 152

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

Shades of Dark Magenta #9C1798

Tints of Dark Magenta #9C1798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 47.13%
G = 6.95%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C1798 (or 0x9C1798) is known color: Dark Magenta. HEX triplet: 9C, 17 and 98. RGB value is (156,23,152). Sum of RGB (Red+Green+Blue) = 156+23+152=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1798 is #63E867. Grayscale: #4D4D4D. Windows color (decimal): -6547560 or 9967516. OLE color: 9967516.

HSL color Cylindrical-coordinate representation of color #9C1798: hue angle of 301.8º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1798 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 23 152 -
CMYK 0 0.85 0.03 0.39
HSL 301.8º 0.74% 0.35% -
HSV(B) 301.8º 0.85% 0.61% -
XYZ 19.68 9.95 30.59 -
YUV 77.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 156 23 152 0 0.85 0.03 0.39 301.8 0.74 0.35
Hex 9C 17 98 0 55 3 27 12E 4A 23
Octal 234 27 230 0 125 3 47 456 112 43
Binary 10011100 10111 10011000 0 1010101 11 100111 100101110 1001010 100011

Color Harmonies of #9C1798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1798

Black with #9C1798

Text Example


Text Example

White with #9C1798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,23,152); }

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

background-color css

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

 a { background-color: rgb(156,23,152); }

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

border-color css

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

 span { border-color: rgb(156,23,152); }

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