#9D6DDE

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

Shades of Medium Purple #9D6DDE

Tints of Medium Purple #9D6DDE

Color information

#9D6DDE (or 0x9D6DDE) is unknown color: approx Medium Purple. HEX triplet: 9D, 6D and DE. RGB value is (157,109,222). Sum of RGB (Red+Green+Blue) = 157+109+222=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D6DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DDE is #629221. Grayscale: #878787. Windows color (decimal): -6459938 or 14577053. OLE color: 14577053.

HSL color Cylindrical-coordinate representation of color #9D6DDE: hue angle of 265.49º degrees, saturation: 0.63, 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 #9D6DDE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157109222-
CMYK0.290.5100.13
HSL265.49º63.13%64.9%-
HSV(B)265.49º50.9%87.06%-
XYZ32.5623.3871.9-
YUV136.23176.4142.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=32.17%
G=22.34%
B=45.49%

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
Decimal1571092220.290.5100.13265.4963.1364.9
Hex9D6DDE1D330D1093f41
Octal235155336356301541177101
Binary1001110111011011101111011101110011011011000010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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