#917AE7

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

Shades of Medium Purple #917AE7

Tints of Medium Purple #917AE7

Color information

#917AE7 (or 0x917AE7) is unknown color: approx Medium Purple. HEX triplet: 91, 7A and E7. RGB value is (145,122,231). Sum of RGB (Red+Green+Blue) = 145+122+231=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #917AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917AE7 is #6E8518. Grayscale: #8C8C8C. Windows color (decimal): -7243033 or 15170193. OLE color: 15170193.

HSL color Cylindrical-coordinate representation of color #917AE7: hue angle of 252.66º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917AE7 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145122231-
CMYK0.370.4700.09
HSL252.66º69.43%69.22%-
HSV(B)252.66º47.19%90.59%-
XYZ33.0625.7178.82-
YUV141.3178.62130.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 231 (90.62% from 255) = 46.39%
R=29.12%
G=24.50%
B=46.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451222310.370.4700.09252.6669.4369.22
Hex917AE7252F09fd4545
Octal2211723474557011375105105
Binary10010001111101011100111100101101111010011111110110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,231); }

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

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

 a { background-color: rgb(145,122,231); }

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

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

 span { border-color: rgb(145,122,231); }

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