#917FD9

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

Shades of Medium Purple #917FD9

Tints of Medium Purple #917FD9

Color information

#917FD9 (or 0x917FD9) is unknown color: approx Medium Purple. HEX triplet: 91, 7F and D9. RGB value is (145,127,217). Sum of RGB (Red+Green+Blue) = 145+127+217=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #917FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FD9 is #6E8026. Grayscale: #8E8E8E. Windows color (decimal): -7241767 or 14253969. OLE color: 14253969.

HSL color Cylindrical-coordinate representation of color #917FD9: hue angle of 252º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917FD9 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145127217-
CMYK0.330.4100.15
HSL252º54.22%67.45%-
HSV(B)252º41.47%85.1%-
XYZ31.7926.2169.03-
YUV142.64169.96129.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.65%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 217 (85.16% from 255) = 44.38%
R=29.65%
G=25.97%
B=44.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451272170.330.4100.1525254.2267.45
Hex917FD921290Ffc3643
Octal221177331415101737466103
Binary1001000111111111101100110000110100101111111111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917FD9; }

 p { color: rgb(145,127,217); }

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

<style>
 a { background-color: #917FD9; }

 a { background-color: rgb(145,127,217); }

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

<style>
 span { border-color: #917FD9; }

 span { border-color: rgb(145,127,217); }

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