#9E6BEA

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

Shades of Medium Purple #9E6BEA

Tints of Medium Purple #9E6BEA

Color information

#9E6BEA (or 0x9E6BEA) is unknown color: approx Medium Purple. HEX triplet: 9E, 6B and EA. RGB value is (158,107,234). Sum of RGB (Red+Green+Blue) = 158+107+234=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BEA is #619415. Grayscale: #888888. Windows color (decimal): -6394902 or 15362974. OLE color: 15362974.

HSL color Cylindrical-coordinate representation of color #9E6BEA: hue angle of 264.09º degrees, saturation: 0.75, 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 #9E6BEA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158107234-
CMYK0.320.5400.08
HSL264.09º75.15%66.86%-
HSV(B)264.09º54.27%91.76%-
XYZ34.2123.7380.62-
YUV136.73182.9143.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=31.66%
G=21.44%
B=46.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581072340.320.5400.08264.0975.1566.86
Hex9E6BEA2036081084b43
Octal2361533524066010410113103
Binary100111101101011111010101000001101100100010000100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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