Html Css Color HEX #9C1395 Dark Magenta

📋 copy color: '#9C1395'

red 156 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #9C1395

Tints of Dark Magenta #9C1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

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

R = 48.15%
G = 5.86%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C1395 (or 0x9C1395) is known color: Dark Magenta. HEX triplet: 9C, 13 and 95. RGB value is (156,19,149). Sum of RGB (Red+Green+Blue) = 156+19+149=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1395 is #63EC6A. Grayscale: #4A4A4A. Windows color (decimal): -6548587 or 9769884. OLE color: 9769884.

HSL color Cylindrical-coordinate representation of color #9C1395: hue angle of 303.07º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1395 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 149 -
CMYK 0 0.88 0.04 0.39
HSL 303.07º 0.78% 0.34% -
HSV(B) 303.07º 0.88% 0.61% -
XYZ 19.37 9.7 29.29 -
YUV 74.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 156 19 149 0 0.88 0.04 0.39 303.07 0.78 0.34
Hex 9C 13 95 0 58 4 27 12F 4E 22
Octal 234 23 225 0 130 4 47 457 116 42
Binary 10011100 10011 10010101 0 1011000 100 100111 100101111 1001110 100010

Color Harmonies of #9C1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1395

Black with #9C1395

Text Example


Text Example

White with #9C1395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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