Html Css Color HEX #9C1A99 Dark Magenta

📋 copy color: '#9C1A99'

red 156 ◦ green 26 ◦ blue 153

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

Shades of Dark Magenta #9C1A99

Tints of Dark Magenta #9C1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 46.57%
G = 7.76%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C1A99 (or 0x9C1A99) is known color: Dark Magenta. HEX triplet: 9C, 1A and 99. RGB value is (156,26,153). Sum of RGB (Red+Green+Blue) = 156+26+153=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1A99 is #63E566. Grayscale: #4E4E4E. Windows color (decimal): -6546791 or 10033820. OLE color: 10033820.

HSL color Cylindrical-coordinate representation of color #9C1A99: hue angle of 301.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1A99 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 26 153 -
CMYK 0 0.83 0.02 0.39
HSL 301.38º 0.71% 0.36% -
HSV(B) 301.38º 0.83% 0.61% -
XYZ 19.83 10.11 31.04 -
YUV 79.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 156 26 153 0 0.83 0.02 0.39 301.38 0.71 0.36
Hex 9C 1A 99 0 53 2 27 12D 47 24
Octal 234 32 231 0 123 2 47 455 107 44
Binary 10011100 11010 10011001 0 1010011 10 100111 100101101 1000111 100100

Color Harmonies of #9C1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1A99

Black with #9C1A99

Text Example


Text Example

White with #9C1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,26,153); }

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

background-color css

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

 a { background-color: rgb(156,26,153); }

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

border-color css

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

 span { border-color: rgb(156,26,153); }

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