#9E74DD

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

Shades of Medium Purple #9E74DD

Tints of Medium Purple #9E74DD

Color information

#9E74DD (or 0x9E74DD) is unknown color: approx Medium Purple. HEX triplet: 9E, 74 and DD. RGB value is (158,116,221). Sum of RGB (Red+Green+Blue) = 158+116+221=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74DD is #618B22. Grayscale: #8C8C8C. Windows color (decimal): -6392611 or 14513310. OLE color: 14513310.

HSL color Cylindrical-coordinate representation of color #9E74DD: hue angle of 264º degrees, saturation: 0.61, 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 #9E74DD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158116221-
CMYK0.290.4800.13
HSL264º60.69%66.08%-
HSV(B)264º47.51%86.67%-
XYZ33.424.9871.47-
YUV140.53173.41140.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=31.92%
G=23.43%
B=44.65%

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
Decimal1581162210.290.4800.1326460.6966.08
Hex9E74DD1D300D1083d42
Octal236164335356001541075102
Binary1001111011101001101110111101110000011011000010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,221); }

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

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

 a { background-color: rgb(158,116,221); }

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

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

 span { border-color: rgb(158,116,221); }

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