Html Css Color HEX #9C1895 Dark Magenta

📋 copy color: '#9C1895'

red 156 ◦ green 24 ◦ blue 149

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

Shades of Dark Magenta #9C1895

Tints of Dark Magenta #9C1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 47.42%
G = 7.29%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C1895 (or 0x9C1895) is known color: Dark Magenta. HEX triplet: 9C, 18 and 95. RGB value is (156,24,149). Sum of RGB (Red+Green+Blue) = 156+24+149=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1895 is #63E76A. Grayscale: #4D4D4D. Windows color (decimal): -6547307 or 9771164. OLE color: 9771164.

HSL color Cylindrical-coordinate representation of color #9C1895: hue angle of 303.18º degrees, saturation: 0.73, 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 #9C1895 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 24 149 -
CMYK 0 0.85 0.04 0.39
HSL 303.18º 0.73% 0.35% -
HSV(B) 303.18º 0.85% 0.61% -
XYZ 19.46 9.89 29.32 -
YUV 77.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 156 24 149 0 0.85 0.04 0.39 303.18 0.73 0.35
Hex 9C 18 95 0 55 4 27 12F 49 23
Octal 234 30 225 0 125 4 47 457 111 43
Binary 10011100 11000 10010101 0 1010101 100 100111 100101111 1001001 100011

Color Harmonies of #9C1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1895

Black with #9C1895

Text Example


Text Example

White with #9C1895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,149); }

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

background-color css

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

 a { background-color: rgb(156,24,149); }

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

border-color css

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

 span { border-color: rgb(156,24,149); }

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