#9D66DE

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

Shades of Medium Purple #9D66DE

Tints of Medium Purple #9D66DE

Color information

#9D66DE (or 0x9D66DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 66 and DE. RGB value is (157,102,222). Sum of RGB (Red+Green+Blue) = 157+102+222=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D66DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D66DE is #629921. Grayscale: #838383. Windows color (decimal): -6461730 or 14575261. OLE color: 14575261.

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

Color convert

RGB157102222-
CMYK0.290.5400.13
HSL267.5º64.52%63.53%-
HSV(B)267.5º54.05%87.06%-
XYZ31.8421.9471.66-
YUV132.12178.72145.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=32.64%
G=21.21%
B=46.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571022220.290.5400.13267.564.5263.53
Hex9D66DE1D360D10c4140
Octal2351463363566015414101100
Binary10011101110011011011110111011101100110110000110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D66DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,222); }

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

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

 a { background-color: rgb(157,102,222); }

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

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

 span { border-color: rgb(157,102,222); }

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