#9D5DEB

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

Shades of Medium Purple #9D5DEB

Tints of Medium Purple #9D5DEB

Color information

#9D5DEB (or 0x9D5DEB) is unknown color: approx Medium Purple. HEX triplet: 9D, 5D and EB. RGB value is (157,93,235). Sum of RGB (Red+Green+Blue) = 157+93+235=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D5DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5DEB is #62A214. Grayscale: #7F7F7F. Windows color (decimal): -6464021 or 15424925. OLE color: 15424925.

HSL color Cylindrical-coordinate representation of color #9D5DEB: hue angle of 267.04º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D5DEB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15793235-
CMYK0.330.6000.08
HSL267.04º78.02%64.31%-
HSV(B)267.04º60.43%92.16%-
XYZ32.8120.9980.92-
YUV128.32188.2148.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=32.37%
G=19.18%
B=48.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157932350.330.6000.08267.0478.0264.31
Hex9D5DEB213C0810b4e40
Octal2351353534174010413116100
Binary100111011011101111010111000011111000100010000101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,235); }

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

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

 a { background-color: rgb(157,93,235); }

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

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

 span { border-color: rgb(157,93,235); }

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