Html Css Color HEX #9C1993 Dark Magenta

📋 copy color: '#9C1993'

red 156 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #9C1993

Tints of Dark Magenta #9C1993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 47.56%
G = 7.62%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C1993 (or 0x9C1993) is known color: Dark Magenta. HEX triplet: 9C, 19 and 93. RGB value is (156,25,147). Sum of RGB (Red+Green+Blue) = 156+25+147=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1993 is #63E66C. Grayscale: #4D4D4D. Windows color (decimal): -6547053 or 9640348. OLE color: 9640348.

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

Color convert

RGB 156 25 147 -
CMYK 0 0.84 0.06 0.39
HSL 304.12º 0.72% 0.35% -
HSV(B) 304.12º 0.84% 0.61% -
XYZ 19.32 9.87 28.49 -
YUV 78.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 156 25 147 0 0.84 0.06 0.39 304.12 0.72 0.35
Hex 9C 19 93 0 54 6 27 130 48 23
Octal 234 31 223 0 124 6 47 460 110 43
Binary 10011100 11001 10010011 0 1010100 110 100111 100110000 1001000 100011

Color Harmonies of #9C1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1993

Black with #9C1993

Text Example


Text Example

White with #9C1993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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