#9D8AED

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

Shades of Medium Purple #9D8AED

Tints of Medium Purple #9D8AED

Color information

#9D8AED (or 0x9D8AED) is unknown color: approx Medium Purple. HEX triplet: 9D, 8A and ED. RGB value is (157,138,237). Sum of RGB (Red+Green+Blue) = 157+138+237=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8AED is #627512. Grayscale: #9A9A9A. Windows color (decimal): -6452499 or 15567517. OLE color: 15567517.

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

Color convert

RGB157138237-
CMYK0.340.4200.07
HSL251.52º73.33%73.53%-
HSV(B)251.52º41.77%92.94%-
XYZ38.2831.4684.18-
YUV154.97174.29129.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=29.51%
G=25.94%
B=44.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571382370.340.4200.07251.5273.3373.53
Hex9D8AED222A07fc494a
Octal235212355425207374111112
Binary10011101100010101110110110001010101001111111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,237); }

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

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

 a { background-color: rgb(157,138,237); }

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

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

 span { border-color: rgb(157,138,237); }

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