#9D75DE

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

Shades of Medium Purple #9D75DE

Tints of Medium Purple #9D75DE

Color information

#9D75DE (or 0x9D75DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 75 and DE. RGB value is (157,117,222). Sum of RGB (Red+Green+Blue) = 157+117+222=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D75DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75DE is #628A21. Grayscale: #8C8C8C. Windows color (decimal): -6457890 or 14579101. OLE color: 14579101.

HSL color Cylindrical-coordinate representation of color #9D75DE: hue angle of 262.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D75DE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157117222-
CMYK0.290.4700.13
HSL262.86º61.4%66.47%-
HSV(B)262.86º47.3%87.06%-
XYZ33.4525.1672.2-
YUV140.93173.75139.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=31.65%
G=23.59%
B=44.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571172220.290.4700.13262.8661.466.47
Hex9D75DE1D2F0D1073d42
Octal235165336355701540775102
Binary1001110111101011101111011101101111011011000001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D75DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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