Html Css Color HEX #9D327F Dark Purple

📋 copy color: '#9D327F'

red 157 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #9D327F

Tints of Dark Purple #9D327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 47.01%
G = 14.97%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D327F (or 0x9D327F) is known color: Dark Purple. HEX triplet: 9D, 32 and 7F. RGB value is (157,50,127). Sum of RGB (Red+Green+Blue) = 157+50+127=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D327F is #62CD80. Grayscale: #5A5A5A. Windows color (decimal): -6475137 or 8336029. OLE color: 8336029.

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

Color convert

RGB 157 50 127 -
CMYK 0 0.68 0.19 0.38
HSL 316.82º 0.52% 0.41% -
HSV(B) 316.82º 0.68% 0.62% -
XYZ 18.88 10.98 21.2 -
YUV 90.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 157 50 127 0 0.68 0.19 0.38 316.82 0.52 0.41
Hex 9D 32 7F 0 44 13 26 13D 34 29
Octal 235 62 177 0 104 23 46 475 64 51
Binary 10011101 110010 1111111 0 1000100 10011 100110 100111101 110100 101001

Color Harmonies of #9D327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D327F

Black with #9D327F

Text Example


Text Example

White with #9D327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,50,127); }

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

background-color css

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

 a { background-color: rgb(157,50,127); }

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

border-color css

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

 span { border-color: rgb(157,50,127); }

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