#9D6DDC

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

Shades of Medium Purple #9D6DDC

Tints of Medium Purple #9D6DDC

Color information

#9D6DDC (or 0x9D6DDC) is unknown color: approx Medium Purple. HEX triplet: 9D, 6D and DC. RGB value is (157,109,220). Sum of RGB (Red+Green+Blue) = 157+109+220=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DDC is #629223. Grayscale: #878787. Windows color (decimal): -6459940 or 14445981. OLE color: 14445981.

HSL color Cylindrical-coordinate representation of color #9D6DDC: hue angle of 265.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D6DDC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157109220-
CMYK0.290.5000.14
HSL265.95º61.33%64.51%-
HSV(B)265.95º50.45%86.27%-
XYZ32.2923.2770.5-
YUV136.01175.4142.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=32.30%
G=22.43%
B=45.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571092200.290.5000.14265.9561.3364.51
Hex9D6DDC1D320E10a3d41
Octal235155334356201641275101
Binary1001110111011011101110011101110010011101000010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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