#9E77F1

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

Shades of Medium Purple #9E77F1

Tints of Medium Purple #9E77F1

Color information

#9E77F1 (or 0x9E77F1) is unknown color: approx Medium Purple. HEX triplet: 9E, 77 and F1. RGB value is (158,119,241). Sum of RGB (Red+Green+Blue) = 158+119+241=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E77F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77F1 is #61880E. Grayscale: #909090. Windows color (decimal): -6391823 or 15824798. OLE color: 15824798.

HSL color Cylindrical-coordinate representation of color #9E77F1: hue angle of 259.18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E77F1 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158119241-
CMYK0.340.5100.05
HSL259.18º81.33%70.59%-
HSV(B)259.18º50.62%94.51%-
XYZ36.5726.8186.47-
YUV144.57182.42137.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=30.50%
G=22.97%
B=46.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581192410.340.5100.05259.1881.3370.59
Hex9E77F12233051035147
Octal236167361426305403121107
Binary10011110111011111110001100010110011010110000001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E77F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,119,241); }

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

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

 a { background-color: rgb(158,119,241); }

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

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

 span { border-color: rgb(158,119,241); }

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