Html Css Color HEX #9C137E Dark Purple

📋 copy color: '#9C137E'

red 156 ◦ green 19 ◦ blue 126

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

Shades of Dark Purple #9C137E

Tints of Dark Purple #9C137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 51.83%
G = 6.31%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C137E (or 0x9C137E) is known color: Dark Purple. HEX triplet: 9C, 13 and 7E. RGB value is (156,19,126). Sum of RGB (Red+Green+Blue) = 156+19+126=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C137E is #63EC81. Grayscale: #474747. Windows color (decimal): -6548610 or 8262556. OLE color: 8262556.

HSL color Cylindrical-coordinate representation of color #9C137E: hue angle of 313.14º 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 #9C137E is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 19 126 -
CMYK 0 0.88 0.19 0.39
HSL 313.14º 0.78% 0.34% -
HSV(B) 313.14º 0.88% 0.61% -
XYZ 17.71 9.04 20.55 -
YUV 72.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 156 19 126 0 0.88 0.19 0.39 313.14 0.78 0.34
Hex 9C 13 7E 0 58 13 27 139 4E 22
Octal 234 23 176 0 130 23 47 471 116 42
Binary 10011100 10011 1111110 0 1011000 10011 100111 100111001 1001110 100010

Color Harmonies of #9C137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C137E

Black with #9C137E

Text Example


Text Example

White with #9C137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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