Html Css Color HEX #9D1E74 Dark Purple

📋 copy color: '#9D1E74'

red 157 ◦ green 30 ◦ blue 116

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

Shades of Dark Purple #9D1E74

Tints of Dark Purple #9D1E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 51.82%
G = 9.9%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D1E74 (or 0x9D1E74) is known color: Dark Purple. HEX triplet: 9D, 1E and 74. RGB value is (157,30,116). Sum of RGB (Red+Green+Blue) = 157+30+116=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E74 is #62E18B. Grayscale: #4D4D4D. Windows color (decimal): -6480268 or 7610013. OLE color: 7610013.

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

Color convert

RGB 157 30 116 -
CMYK 0 0.81 0.26 0.38
HSL 319.37º 0.68% 0.37% -
HSV(B) 319.37º 0.81% 0.62% -
XYZ 17.52 9.36 17.41 -
YUV 77.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 157 30 116 0 0.81 0.26 0.38 319.37 0.68 0.37
Hex 9D 1E 74 0 51 1A 26 13F 44 25
Octal 235 36 164 0 121 32 46 477 104 45
Binary 10011101 11110 1110100 0 1010001 11010 100110 100111111 1000100 100101

Color Harmonies of #9D1E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E74

Black with #9D1E74

Text Example


Text Example

White with #9D1E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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