Html Css Color HEX #9D2772 Dark Purple

📋 copy color: '#9D2772'

red 157 ◦ green 39 ◦ blue 114

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

Shades of Dark Purple #9D2772

Tints of Dark Purple #9D2772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 50.65%
G = 12.58%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D2772 (or 0x9D2772) is known color: Dark Purple. HEX triplet: 9D, 27 and 72. RGB value is (157,39,114). Sum of RGB (Red+Green+Blue) = 157+39+114=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2772 is #62D88D. Grayscale: #525252. Windows color (decimal): -6477966 or 7481245. OLE color: 7481245.

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

Color convert

RGB 157 39 114 -
CMYK 0 0.75 0.27 0.38
HSL 321.86º 0.6% 0.38% -
HSV(B) 321.86º 0.75% 0.62% -
XYZ 17.67 9.83 16.89 -
YUV 82.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 157 39 114 0 0.75 0.27 0.38 321.86 0.6 0.38
Hex 9D 27 72 0 4B 1B 26 142 3C 26
Octal 235 47 162 0 113 33 46 502 74 46
Binary 10011101 100111 1110010 0 1001011 11011 100110 101000010 111100 100110

Color Harmonies of #9D2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2772

Black with #9D2772

Text Example


Text Example

White with #9D2772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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