#9E6BEB

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

Shades of Medium Purple #9E6BEB

Tints of Medium Purple #9E6BEB

Color information

#9E6BEB (or 0x9E6BEB) is unknown color: approx Medium Purple. HEX triplet: 9E, 6B and EB. RGB value is (158,107,235). Sum of RGB (Red+Green+Blue) = 158+107+235=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E6BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BEB is #619414. Grayscale: #888888. Windows color (decimal): -6394901 or 15428510. OLE color: 15428510.

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

Color convert

RGB158107235-
CMYK0.330.5400.08
HSL263.91º76.19%67.06%-
HSV(B)263.91º54.47%92.16%-
XYZ34.3523.7881.38-
YUV136.84183.4143.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 235 (92.19% from 255) = 47%
R=31.6%
G=21.4%
B=47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581072350.330.5400.08263.9176.1967.06
Hex9E6BEB2136081084c43
Octal2361533534166010410114103
Binary100111101101011111010111000011101100100010000100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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