Html Css Color HEX #9D1F74 Dark Purple

📋 copy color: '#9D1F74'

red 157 ◦ green 31 ◦ blue 116

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

Shades of Dark Purple #9D1F74

Tints of Dark Purple #9D1F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

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

R = 51.64%
G = 10.2%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D1F74 (or 0x9D1F74) is known color: Dark Purple. HEX triplet: 9D, 1F and 74. RGB value is (157,31,116). Sum of RGB (Red+Green+Blue) = 157+31+116=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1F74 is #62E08B. Grayscale: #4E4E4E. Windows color (decimal): -6480012 or 7610269. OLE color: 7610269.

HSL color Cylindrical-coordinate representation of color #9D1F74: hue angle of 319.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F74 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 31 116 -
CMYK 0 0.80 0.26 0.38
HSL 319.52º 0.67% 0.37% -
HSV(B) 319.52º 0.8% 0.62% -
XYZ 17.55 9.41 17.41 -
YUV 78.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 157 31 116 0 0.80 0.26 0.38 319.52 0.67 0.37
Hex 9D 1F 74 0 50 1A 26 140 43 25
Octal 235 37 164 0 120 32 46 500 103 45
Binary 10011101 11111 1110100 0 1010000 11010 100110 101000000 1000011 100101

Color Harmonies of #9D1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1F74

Black with #9D1F74

Text Example


Text Example

White with #9D1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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