#9D74DA

Color #9D74DA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9D74DA

Tints of Medium Purple #9D74DA

Color information

#9D74DA (or 0x9D74DA) is unknown color: approx Medium Purple. HEX triplet: 9D, 74 and DA. RGB value is (157,116,218). Sum of RGB (Red+Green+Blue) = 157+116+218=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74DA is #628B25. Grayscale: #8B8B8B. Windows color (decimal): -6458150 or 14316701. OLE color: 14316701.

HSL color Cylindrical-coordinate representation of color #9D74DA: hue angle of 264.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D74DA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157116218-
CMYK0.280.4700.15
HSL264.12º57.95%65.49%-
HSV(B)264.12º46.79%85.49%-
XYZ32.824.7269.37-
YUV139.89172.08140.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=31.98%
G=23.63%
B=44.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571162180.280.4700.15264.1257.9565.49
Hex9D74DA1C2F0F1083a41
Octal235164332345701741072101
Binary1001110111101001101101011100101111011111000010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D74DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D74DA;
 }
 .AnyTagClassName
 {
   color: #9D74DA;
 }
</style>
background-color css

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

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

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

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

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

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