#9D8AE8

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

Shades of Medium Purple #9D8AE8

Tints of Medium Purple #9D8AE8

Color information

#9D8AE8 (or 0x9D8AE8) is unknown color: approx Medium Purple. HEX triplet: 9D, 8A and E8. RGB value is (157,138,232). Sum of RGB (Red+Green+Blue) = 157+138+232=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #9D8AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8AE8 is #627517. Grayscale: #9A9A9A. Windows color (decimal): -6452504 or 15239837. OLE color: 15239837.

HSL color Cylindrical-coordinate representation of color #9D8AE8: hue angle of 252.13º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D8AE8 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157138232-
CMYK0.320.4100.09
HSL252.13º67.14%72.55%-
HSV(B)252.13º40.52%90.98%-
XYZ37.5631.1780.38-
YUV154.4171.79129.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=29.79%
G=26.19%
B=44.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571382320.320.4100.09252.1367.1472.55
Hex9D8AE8202909fc4349
Octal2352123504051011374103111
Binary100111011000101011101000100000101001010011111110010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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