#9D7DDB

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

Shades of Medium Purple #9D7DDB

Tints of Medium Purple #9D7DDB

Color information

#9D7DDB (or 0x9D7DDB) is unknown color: approx Medium Purple. HEX triplet: 9D, 7D and DB. RGB value is (157,125,219). Sum of RGB (Red+Green+Blue) = 157+125+219=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DDB is #628224. Grayscale: #909090. Windows color (decimal): -6455845 or 14384541. OLE color: 14384541.

HSL color Cylindrical-coordinate representation of color #9D7DDB: hue angle of 260.43º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D7DDB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157125219-
CMYK0.280.4300.14
HSL260.43º56.63%67.45%-
HSV(B)260.43º42.92%85.88%-
XYZ34.0226.9570.43-
YUV145.28169.6136.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=31.34%
G=24.95%
B=43.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571252190.280.4300.14260.4356.6367.45
Hex9D7DDB1C2B0E1043943
Octal235175333345301640471103
Binary1001110111111011101101111100101011011101000001001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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