#917DDA

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

Shades of Medium Purple #917DDA

Tints of Medium Purple #917DDA

Color information

#917DDA (or 0x917DDA) is unknown color: approx Medium Purple. HEX triplet: 91, 7D and DA. RGB value is (145,125,218). Sum of RGB (Red+Green+Blue) = 145+125+218=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #917DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDA is #6E8225. Grayscale: #8D8D8D. Windows color (decimal): -7242278 or 14318993. OLE color: 14318993.

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

Color convert

RGB145125218-
CMYK0.330.4300.15
HSL252.9º55.69%67.25%-
HSV(B)252.9º42.66%85.49%-
XYZ31.6725.7569.63-
YUV141.58171.13130.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=29.71%
G=25.61%
B=44.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451252180.330.4300.15252.955.6967.25
Hex917DDA212B0Ffd3843
Octal221175332415301737570103
Binary1001000111111011101101010000110101101111111111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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