#9E6CDD

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

Shades of Medium Purple #9E6CDD

Tints of Medium Purple #9E6CDD

Color information

#9E6CDD (or 0x9E6CDD) is unknown color: approx Medium Purple. HEX triplet: 9E, 6C and DD. RGB value is (158,108,221). Sum of RGB (Red+Green+Blue) = 158+108+221=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CDD is #619322. Grayscale: #878787. Windows color (decimal): -6394659 or 14511262. OLE color: 14511262.

HSL color Cylindrical-coordinate representation of color #9E6CDD: hue angle of 266.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6CDD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158108221-
CMYK0.290.5100.13
HSL266.55º62.43%64.51%-
HSV(B)266.55º51.13%86.67%-
XYZ32.5123.2171.17-
YUV135.83176.06143.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.44%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=32.44%
G=22.18%
B=45.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581082210.290.5100.13266.5562.4364.51
Hex9E6CDD1D330D10b3e41
Octal236154335356301541376101
Binary1001111011011001101110111101110011011011000010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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