#9D7DEC

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

Shades of Medium Purple #9D7DEC

Tints of Medium Purple #9D7DEC

Color information

#9D7DEC (or 0x9D7DEC) is unknown color: approx Medium Purple. HEX triplet: 9D, 7D and EC. RGB value is (157,125,236). Sum of RGB (Red+Green+Blue) = 157+125+236=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7DEC is #628213. Grayscale: #929292. Windows color (decimal): -6455828 or 15498653. OLE color: 15498653.

HSL color Cylindrical-coordinate representation of color #9D7DEC: hue angle of 257.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7DEC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157125236-
CMYK0.330.4700.07
HSL257.3º74.5%70.78%-
HSV(B)257.3º47.03%92.55%-
XYZ36.3827.8982.82-
YUV147.22178.1134.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=30.31%
G=24.13%
B=45.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571252360.330.4700.07257.374.570.78
Hex9D7DEC212F071014a47
Octal235175354415707401112107
Binary10011101111110111101100100001101111011110000000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,236); }

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

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

 a { background-color: rgb(157,125,236); }

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

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

 span { border-color: rgb(157,125,236); }

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