#9E74DB

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

Shades of Medium Purple #9E74DB

Tints of Medium Purple #9E74DB

Color information

#9E74DB (or 0x9E74DB) is unknown color: approx Medium Purple. HEX triplet: 9E, 74 and DB. RGB value is (158,116,219). Sum of RGB (Red+Green+Blue) = 158+116+219=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74DB is #618B24. Grayscale: #8B8B8B. Windows color (decimal): -6392613 or 14382238. OLE color: 14382238.

HSL color Cylindrical-coordinate representation of color #9E74DB: hue angle of 264.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E74DB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158116219-
CMYK0.280.4700.14
HSL264.47º58.86%65.69%-
HSV(B)264.47º47.03%85.88%-
XYZ33.1324.8770.07-
YUV140.3172.41140.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=32.05%
G=23.53%
B=44.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581162190.280.4700.14264.4758.8665.69
Hex9E74DB1C2F0E1083b42
Octal236164333345701641073102
Binary1001111011101001101101111100101111011101000010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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