#9D7AEE

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

Shades of Medium Purple #9D7AEE

Tints of Medium Purple #9D7AEE

Color information

#9D7AEE (or 0x9D7AEE) is unknown color: approx Medium Purple. HEX triplet: 9D, 7A and EE. RGB value is (157,122,238). Sum of RGB (Red+Green+Blue) = 157+122+238=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D7AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7AEE is #628511. Grayscale: #919191. Windows color (decimal): -6456594 or 15628957. OLE color: 15628957.

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

Color convert

RGB157122238-
CMYK0.340.4900.07
HSL258.1º77.33%70.59%-
HSV(B)258.1º48.74%93.33%-
XYZ36.327.2684.24-
YUV145.69180.1136.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=30.37%
G=23.60%
B=46.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571222380.340.4900.07258.177.3370.59
Hex9D7AEE2231071024d47
Octal235172356426107402115107
Binary10011101111101011101110100010110001011110000001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,238); }

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

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

 a { background-color: rgb(157,122,238); }

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

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

 span { border-color: rgb(157,122,238); }

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