#9E6CEC

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

Shades of Medium Purple #9E6CEC

Tints of Medium Purple #9E6CEC

Color information

#9E6CEC (or 0x9E6CEC) is unknown color: approx Medium Purple. HEX triplet: 9E, 6C and EC. RGB value is (158,108,236). Sum of RGB (Red+Green+Blue) = 158+108+236=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E6CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CEC is #619313. Grayscale: #898989. Windows color (decimal): -6394644 or 15494302. OLE color: 15494302.

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

Color convert

RGB158108236-
CMYK0.330.5400.07
HSL263.44º77.11%67.45%-
HSV(B)263.44º54.24%92.55%-
XYZ34.624.0582.18-
YUV137.54183.56142.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 236 (92.58% from 255) = 47.01%
R=31.47%
G=21.51%
B=47.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581082360.330.5400.07263.4477.1167.45
Hex9E6CEC2136071074d43
Octal236154354416607407115103
Binary10011110110110011101100100001110110011110000011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,108,236); }

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

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

 a { background-color: rgb(158,108,236); }

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

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

 span { border-color: rgb(158,108,236); }

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