Html Css Color HEX #9D1C81 Dark Purple

📋 copy color: '#9D1C81'

red 157 ◦ green 28 ◦ blue 129

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

Shades of Dark Purple #9D1C81

Tints of Dark Purple #9D1C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 50%
G = 8.92%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D1C81 (or 0x9D1C81) is known color: Dark Purple. HEX triplet: 9D, 1C and 81. RGB value is (157,28,129). Sum of RGB (Red+Green+Blue) = 157+28+129=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1C81 is #62E37E. Grayscale: #4D4D4D. Windows color (decimal): -6480767 or 8461469. OLE color: 8461469.

HSL color Cylindrical-coordinate representation of color #9D1C81: hue angle of 313.02º 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 #9D1C81 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 28 129 -
CMYK 0 0.82 0.18 0.38
HSL 313.02º 0.7% 0.36% -
HSV(B) 313.02º 0.82% 0.62% -
XYZ 18.28 9.58 21.66 -
YUV 78.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 157 28 129 0 0.82 0.18 0.38 313.02 0.7 0.36
Hex 9D 1C 81 0 52 12 26 139 46 24
Octal 235 34 201 0 122 22 46 471 106 44
Binary 10011101 11100 10000001 0 1010010 10010 100110 100111001 1000110 100100

Color Harmonies of #9D1C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C81

Black with #9D1C81

Text Example


Text Example

White with #9D1C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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