#9E5FFB

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

Shades of Medium Purple #9E5FFB

Tints of Medium Purple #9E5FFB

Color information

#9E5FFB (or 0x9E5FFB) is unknown color: approx Medium Purple. HEX triplet: 9E, 5F and FB. RGB value is (158,95,251). Sum of RGB (Red+Green+Blue) = 158+95+251=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5FFB is #61A004. Grayscale: #838383. Windows color (decimal): -6397957 or 16474014. OLE color: 16474014.

HSL color Cylindrical-coordinate representation of color #9E5FFB: hue angle of 264.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E5FFB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15895251-
CMYK0.370.6200.02
HSL264.23º95.12%67.84%-
HSV(B)264.23º62.15%98.43%-
XYZ35.6122.4293.72-
YUV131.62195.37146.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=31.35%
G=18.85%
B=49.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158952510.370.6200.02264.2395.1267.84
Hex9E5FFB253E021085f44
Octal236137373457602410137104
Binary1001111010111111111101110010111111001010000100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,95,251); }

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

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

 a { background-color: rgb(158,95,251); }

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

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

 span { border-color: rgb(158,95,251); }

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