Html Css Color HEX #9C157E Dark Purple

📋 copy color: '#9C157E'

red 156 ◦ green 21 ◦ blue 126

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

Shades of Dark Purple #9C157E

Tints of Dark Purple #9C157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 51.49%
G = 6.93%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C157E (or 0x9C157E) is known color: Dark Purple. HEX triplet: 9C, 15 and 7E. RGB value is (156,21,126). Sum of RGB (Red+Green+Blue) = 156+21+126=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C157E is #63EA81. Grayscale: #494949. Windows color (decimal): -6548098 or 8263068. OLE color: 8263068.

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

Color convert

RGB 156 21 126 -
CMYK 0 0.87 0.19 0.39
HSL 313.33º 0.76% 0.35% -
HSV(B) 313.33º 0.87% 0.61% -
XYZ 17.74 9.11 20.56 -
YUV 73.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 156 21 126 0 0.87 0.19 0.39 313.33 0.76 0.35
Hex 9C 15 7E 0 57 13 27 139 4C 23
Octal 234 25 176 0 127 23 47 471 114 43
Binary 10011100 10101 1111110 0 1010111 10011 100111 100111001 1001100 100011

Color Harmonies of #9C157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C157E

Black with #9C157E

Text Example


Text Example

White with #9C157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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