#9E80DC

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

Shades of Medium Purple #9E80DC

Tints of Medium Purple #9E80DC

Color information

#9E80DC (or 0x9E80DC) is unknown color: approx Medium Purple. HEX triplet: 9E, 80 and DC. RGB value is (158,128,220). Sum of RGB (Red+Green+Blue) = 158+128+220=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80DC is #617F23. Grayscale: #939393. Windows color (decimal): -6389540 or 14450846. OLE color: 14450846.

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

Color convert

RGB158128220-
CMYK0.280.4200.14
HSL259.57º56.79%68.24%-
HSV(B)259.57º41.82%86.27%-
XYZ34.7427.8771.26-
YUV147.46168.94135.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=31.23%
G=25.30%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581282200.280.4200.14259.5756.7968.24
Hex9E80DC1C2A0E1043944
Octal236200334345201640471104
Binary10011110100000001101110011100101010011101000001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,220); }

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

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

 a { background-color: rgb(158,128,220); }

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

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

 span { border-color: rgb(158,128,220); }

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