Html Css Color HEX #9D207C Dark Purple

📋 copy color: '#9D207C'

red 157 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #9D207C

Tints of Dark Purple #9D207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 50.16%
G = 10.22%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D207C (or 0x9D207C) is known color: Dark Purple. HEX triplet: 9D, 20 and 7C. RGB value is (157,32,124). Sum of RGB (Red+Green+Blue) = 157+32+124=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207C is #62DF83. Grayscale: #4F4F4F. Windows color (decimal): -6479748 or 8134813. OLE color: 8134813.

HSL color Cylindrical-coordinate representation of color #9D207C: hue angle of 315.84º degrees, saturation: 0.66, 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 #9D207C is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 32 124 -
CMYK 0 0.80 0.21 0.38
HSL 315.84º 0.66% 0.37% -
HSV(B) 315.84º 0.8% 0.62% -
XYZ 18.06 9.66 19.98 -
YUV 79.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 157 32 124 0 0.80 0.21 0.38 315.84 0.66 0.37
Hex 9D 20 7C 0 50 15 26 13C 42 25
Octal 235 40 174 0 120 25 46 474 102 45
Binary 10011101 100000 1111100 0 1010000 10101 100110 100111100 1000010 100101

Color Harmonies of #9D207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D207C

Black with #9D207C

Text Example


Text Example

White with #9D207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,32,124); }

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

background-color css

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

 a { background-color: rgb(157,32,124); }

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

border-color css

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

 span { border-color: rgb(157,32,124); }

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