#9D75DA

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

Shades of Medium Purple #9D75DA

Tints of Medium Purple #9D75DA

Color information

#9D75DA (or 0x9D75DA) is unknown color: approx Medium Purple. HEX triplet: 9D, 75 and DA. RGB value is (157,117,218). Sum of RGB (Red+Green+Blue) = 157+117+218=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D75DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75DA is #628A25. Grayscale: #8C8C8C. Windows color (decimal): -6457894 or 14316957. OLE color: 14316957.

HSL color Cylindrical-coordinate representation of color #9D75DA: hue angle of 263.76º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D75DA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157117218-
CMYK0.280.4600.15
HSL263.76º57.71%65.69%-
HSV(B)263.76º46.33%85.49%-
XYZ32.9224.9569.41-
YUV140.47171.75139.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=31.91%
G=23.78%
B=44.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571172180.280.4600.15263.7657.7165.69
Hex9D75DA1C2E0F1083a42
Octal235165332345601741072102
Binary1001110111101011101101011100101110011111000010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D75DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,218); }

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

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

 a { background-color: rgb(157,117,218); }

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

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

 span { border-color: rgb(157,117,218); }

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