#9D7EEF

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

Shades of Medium Purple #9D7EEF

Tints of Medium Purple #9D7EEF

Color information

#9D7EEF (or 0x9D7EEF) is unknown color: approx Medium Purple. HEX triplet: 9D, 7E and EF. RGB value is (157,126,239). Sum of RGB (Red+Green+Blue) = 157+126+239=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7EEF is #628110. Grayscale: #939393. Windows color (decimal): -6455569 or 15695517. OLE color: 15695517.

HSL color Cylindrical-coordinate representation of color #9D7EEF: hue angle of 256.46º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7EEF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157126239-
CMYK0.340.4700.06
HSL256.46º77.93%71.57%-
HSV(B)256.46º47.28%93.73%-
XYZ36.9528.3285.18-
YUV148.15179.27134.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=30.08%
G=24.14%
B=45.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571262390.340.4700.06256.4677.9371.57
Hex9D7EEF222F061004e48
Octal235176357425706400116110
Binary10011101111111011101111100010101111011010000000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,239); }

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

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

 a { background-color: rgb(157,126,239); }

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

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

 span { border-color: rgb(157,126,239); }

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