Html Css Color HEX #9D1C76 Dark Purple

📋 copy color: '#9D1C76'

red 157 ◦ green 28 ◦ blue 118

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

Shades of Dark Purple #9D1C76

Tints of Dark Purple #9D1C76

RGB

 RED value IS 157 (61.72% from 255) = 51.82%

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 51.82%
G = 9.24%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D1C76 (or 0x9D1C76) is known color: Dark Purple. HEX triplet: 9D, 1C and 76. RGB value is (157,28,118). Sum of RGB (Red+Green+Blue) = 157+28+118=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C76 is #62E389. Grayscale: #4C4C4C. Windows color (decimal): -6480778 or 7740573. OLE color: 7740573.

HSL color Cylindrical-coordinate representation of color #9D1C76: hue angle of 318.14º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C76 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 28 118 -
CMYK 0 0.82 0.25 0.38
HSL 318.14º 0.7% 0.36% -
HSV(B) 318.14º 0.82% 0.62% -
XYZ 17.59 9.31 18.01 -
YUV 76.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 157 28 118 0 0.82 0.25 0.38 318.14 0.7 0.36
Hex 9D 1C 76 0 52 19 26 13E 46 24
Octal 235 34 166 0 122 31 46 476 106 44
Binary 10011101 11100 1110110 0 1010010 11001 100110 100111110 1000110 100100

Color Harmonies of #9D1C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C76

Black with #9D1C76

Text Example


Text Example

White with #9D1C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,28,118); }

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

background-color css

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

 a { background-color: rgb(157,28,118); }

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

border-color css

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

 span { border-color: rgb(157,28,118); }

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