Html Css Color HEX #9C109F Dark Magenta

📋 copy color: '#9C109F'

red 156 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #9C109F

Tints of Dark Magenta #9C109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 47.13%
G = 4.83%
B = 48.04%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C109F (or 0x9C109F) is known color: Dark Magenta. HEX triplet: 9C, 10 and 9F. RGB value is (156,16,159). Sum of RGB (Red+Green+Blue) = 156+16+159=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C109F is #63EF60. Grayscale: #494949. Windows color (decimal): -6549345 or 10424476. OLE color: 10424476.

HSL color Cylindrical-coordinate representation of color #9C109F: hue angle of 298.74º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C109F is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 16 159 -
CMYK 0.02 0.90 0 0.38
HSL 298.74º 0.82% 0.34% -
HSV(B) 298.74º 0.9% 0.62% -
XYZ 20.15 9.94 33.66 -
YUV 74.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 156 16 159 0.02 0.90 0 0.38 298.74 0.82 0.34
Hex 9C 10 9F 2 5A 0 26 12B 52 22
Octal 234 20 237 2 132 0 46 453 122 42
Binary 10011100 10000 10011111 10 1011010 0 100110 100101011 1010010 100010

Color Harmonies of #9C109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C109F

Black with #9C109F

Text Example


Text Example

White with #9C109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,16,159); }

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

background-color css

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

 a { background-color: rgb(156,16,159); }

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

border-color css

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

 span { border-color: rgb(156,16,159); }

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