#917DE0

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

Shades of Medium Purple #917DE0

Tints of Medium Purple #917DE0

Color information

#917DE0 (or 0x917DE0) is unknown color: approx Medium Purple. HEX triplet: 91, 7D and E0. RGB value is (145,125,224). Sum of RGB (Red+Green+Blue) = 145+125+224=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #917DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DE0 is #6E821F. Grayscale: #8D8D8D. Windows color (decimal): -7242272 or 14712209. OLE color: 14712209.

HSL color Cylindrical-coordinate representation of color #917DE0: hue angle of 252.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917DE0 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145125224-
CMYK0.350.4400.12
HSL252.12º61.49%68.43%-
HSV(B)252.12º44.2%87.84%-
XYZ32.4726.0773.84-
YUV142.27174.13129.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=29.35%
G=25.30%
B=45.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451252240.350.4400.12252.1261.4968.43
Hex917DE0232C0Cfc3d44
Octal221175340435401437475104
Binary1001000111111011110000010001110110001100111111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,224); }

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

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

 a { background-color: rgb(145,125,224); }

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

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

 span { border-color: rgb(145,125,224); }

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