#9E7FD5

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

Shades of Medium Purple #9E7FD5

Tints of Medium Purple #9E7FD5

Color information

#9E7FD5 (or 0x9E7FD5) is unknown color: approx Medium Purple. HEX triplet: 9E, 7F and D5. RGB value is (158,127,213). Sum of RGB (Red+Green+Blue) = 158+127+213=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E7FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FD5 is #61802A. Grayscale: #919191. Windows color (decimal): -6389803 or 13991838. OLE color: 13991838.

HSL color Cylindrical-coordinate representation of color #9E7FD5: hue angle of 261.63º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E7FD5 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158127213-
CMYK0.260.4000.16
HSL261.63º50.59%66.67%-
HSV(B)261.63º40.38%83.53%-
XYZ33.727.2566.43-
YUV146.07165.77136.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=31.73%
G=25.50%
B=42.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581272130.260.4000.16261.6350.5966.67
Hex9E7FD51A280101063343
Octal236177325325002040663103
Binary10011110111111111010101110101010000100001000001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,127,213); }

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

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

 a { background-color: rgb(158,127,213); }

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

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

 span { border-color: rgb(158,127,213); }

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