#917ADD

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

Shades of Medium Purple #917ADD

Tints of Medium Purple #917ADD

Color information

#917ADD (or 0x917ADD) is unknown color: approx Medium Purple. HEX triplet: 91, 7A and DD. RGB value is (145,122,221). Sum of RGB (Red+Green+Blue) = 145+122+221=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #917ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ADD is #6E8522. Grayscale: #8B8B8B. Windows color (decimal): -7243043 or 14514833. OLE color: 14514833.

HSL color Cylindrical-coordinate representation of color #917ADD: hue angle of 253.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917ADD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145122221-
CMYK0.340.4500.13
HSL253.94º59.28%67.25%-
HSV(B)253.94º44.8%86.67%-
XYZ31.6925.1671.59-
YUV140.16173.62131.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=29.71%
G=25%
B=45.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451222210.340.4500.13253.9459.2867.25
Hex917ADD222D0Dfe3b43
Octal221172335425501537673103
Binary1001000111110101101110110001010110101101111111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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