#9D74DE

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

Shades of Medium Purple #9D74DE

Tints of Medium Purple #9D74DE

Color information

#9D74DE (or 0x9D74DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 74 and DE. RGB value is (157,116,222). Sum of RGB (Red+Green+Blue) = 157+116+222=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D74DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74DE is #628B21. Grayscale: #8B8B8B. Windows color (decimal): -6458146 or 14578845. OLE color: 14578845.

HSL color Cylindrical-coordinate representation of color #9D74DE: hue angle of 263.21º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D74DE is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157116222-
CMYK0.290.4800.13
HSL263.21º61.63%66.27%-
HSV(B)263.21º47.75%87.06%-
XYZ33.3324.9372.16-
YUV140.34174.08139.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=31.72%
G=23.43%
B=44.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571162220.290.4800.13263.2161.6366.27
Hex9D74DE1D300D1073e42
Octal235164336356001540776102
Binary1001110111101001101111011101110000011011000001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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