#9E6FEB

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

Shades of Medium Purple #9E6FEB

Tints of Medium Purple #9E6FEB

Color information

#9E6FEB (or 0x9E6FEB) is unknown color: approx Medium Purple. HEX triplet: 9E, 6F and EB. RGB value is (158,111,235). Sum of RGB (Red+Green+Blue) = 158+111+235=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FEB is #619014. Grayscale: #8A8A8A. Windows color (decimal): -6393877 or 15429534. OLE color: 15429534.

HSL color Cylindrical-coordinate representation of color #9E6FEB: hue angle of 262.74º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6FEB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158111235-
CMYK0.330.5300.08
HSL262.74º75.61%67.84%-
HSV(B)262.74º52.77%92.16%-
XYZ34.7824.6481.52-
YUV139.19182.07141.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 111 (43.75% from 255) = 22.02%
BLUE value IS 235 (92.19% from 255) = 46.63%
R=31.35%
G=22.02%
B=46.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581112350.330.5300.08262.7475.6167.84
Hex9E6FEB2135081074c44
Octal2361573534165010407114104
Binary100111101101111111010111000011101010100010000011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,235); }

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

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

 a { background-color: rgb(158,111,235); }

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

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

 span { border-color: rgb(158,111,235); }

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