#9F7DED

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

Shades of Medium Purple #9F7DED

Tints of Medium Purple #9F7DED

Color information

#9F7DED (or 0x9F7DED) is unknown color: approx Medium Purple. HEX triplet: 9F, 7D and ED. RGB value is (159,125,237). Sum of RGB (Red+Green+Blue) = 159+125+237=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DED is #608212. Grayscale: #939393. Windows color (decimal): -6324755 or 15564191. OLE color: 15564191.

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

Color convert

RGB159125237-
CMYK0.330.4700.07
HSL258.21º75.68%70.98%-
HSV(B)258.21º47.26%92.94%-
XYZ36.9228.1583.61-
YUV147.93178.26135.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=30.52%
G=23.99%
B=45.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591252370.330.4700.07258.2175.6870.98
Hex9F7DED212F071024c47
Octal237175355415707402114107
Binary10011111111110111101101100001101111011110000001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,125,237); }

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

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

 a { background-color: rgb(159,125,237); }

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

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

 span { border-color: rgb(159,125,237); }

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