#9F80DE

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

Shades of Medium Purple #9F80DE

Tints of Medium Purple #9F80DE

Color information

#9F80DE (or 0x9F80DE) is unknown color: approx Medium Purple. HEX triplet: 9F, 80 and DE. RGB value is (159,128,222). Sum of RGB (Red+Green+Blue) = 159+128+222=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80DE is #607F21. Grayscale: #939393. Windows color (decimal): -6324002 or 14581919. OLE color: 14581919.

HSL color Cylindrical-coordinate representation of color #9F80DE: hue angle of 259.79º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F80DE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159128222-
CMYK0.280.4200.13
HSL259.79º58.75%68.63%-
HSV(B)259.79º42.34%87.06%-
XYZ35.228.0872.67-
YUV147.98169.77135.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=31.24%
G=25.15%
B=43.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591282220.280.4200.13259.7958.7568.63
Hex9F80DE1C2A0D1043b45
Octal237200336345201540473105
Binary10011111100000001101111011100101010011011000001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,222); }

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

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

 a { background-color: rgb(159,128,222); }

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

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

 span { border-color: rgb(159,128,222); }

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