#9D6CDF

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

Shades of Medium Purple #9D6CDF

Tints of Medium Purple #9D6CDF

Color information

#9D6CDF (or 0x9D6CDF) is unknown color: approx Medium Purple. HEX triplet: 9D, 6C and DF. RGB value is (157,108,223). Sum of RGB (Red+Green+Blue) = 157+108+223=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6CDF is #629320. Grayscale: #878787. Windows color (decimal): -6460193 or 14642333. OLE color: 14642333.

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

Color convert

RGB157108223-
CMYK0.300.5200.13
HSL265.57º64.25%64.9%-
HSV(B)265.57º51.57%87.45%-
XYZ32.5923.2272.58-
YUV135.76177.23143.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=32.17%
G=22.13%
B=45.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571082230.300.5200.13265.5764.2564.9
Hex9D6CDF1E340D10a4041
Octal2351543373664015412100101
Binary10011101110110011011111111101101000110110000101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,223); }

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

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

 a { background-color: rgb(157,108,223); }

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

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

 span { border-color: rgb(157,108,223); }

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