Html Css Color HEX #9D1E72 Dark Purple

📋 copy color: '#9D1E72'

red 157 ◦ green 30 ◦ blue 114

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

Shades of Dark Purple #9D1E72

Tints of Dark Purple #9D1E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 52.16%
G = 9.97%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D1E72 (or 0x9D1E72) is known color: Dark Purple. HEX triplet: 9D, 1E and 72. RGB value is (157,30,114). Sum of RGB (Red+Green+Blue) = 157+30+114=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E72 is #62E18D. Grayscale: #4D4D4D. Windows color (decimal): -6480270 or 7478941. OLE color: 7478941.

HSL color Cylindrical-coordinate representation of color #9D1E72: hue angle of 320.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E72 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 30 114 -
CMYK 0 0.81 0.27 0.38
HSL 320.32º 0.68% 0.37% -
HSV(B) 320.32º 0.81% 0.62% -
XYZ 17.41 9.31 16.8 -
YUV 77.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 157 30 114 0 0.81 0.27 0.38 320.32 0.68 0.37
Hex 9D 1E 72 0 51 1B 26 140 44 25
Octal 235 36 162 0 121 33 46 500 104 45
Binary 10011101 11110 1110010 0 1010001 11011 100110 101000000 1000100 100101

Color Harmonies of #9D1E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E72

Black with #9D1E72

Text Example


Text Example

White with #9D1E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,30,114); }

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

background-color css

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

 a { background-color: rgb(157,30,114); }

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

border-color css

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

 span { border-color: rgb(157,30,114); }

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