#916DD1

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

Shades of Medium Purple #916DD1

Tints of Medium Purple #916DD1

Color information

#916DD1 (or 0x916DD1) is unknown color: approx Medium Purple. HEX triplet: 91, 6D and D1. RGB value is (145,109,209). Sum of RGB (Red+Green+Blue) = 145+109+209=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #916DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DD1 is #6E922E. Grayscale: #828282. Windows color (decimal): -7246383 or 13725073. OLE color: 13725073.

HSL color Cylindrical-coordinate representation of color #916DD1: hue angle of 261.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916DD1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145109209-
CMYK0.310.4800.18
HSL261.6º52.08%62.35%-
HSV(B)261.6º47.85%81.96%-
XYZ28.6521.5662.97-
YUV131.16171.93137.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=31.32%
G=23.54%
B=45.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451092090.310.4800.18261.652.0862.35
Hex916DD11F30012106343e
Octal22115532137600224066476
Binary1001000111011011101000111111110000010010100000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916DD1; }

 p { color: rgb(145,109,209); }

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

<style>
 a { background-color: #916DD1; }

 a { background-color: rgb(145,109,209); }

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

<style>
 span { border-color: #916DD1; }

 span { border-color: rgb(145,109,209); }

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