#916AF1

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

Shades of Medium Purple #916AF1

Tints of Medium Purple #916AF1

Color information

#916AF1 (or 0x916AF1) is unknown color: approx Medium Purple. HEX triplet: 91, 6A and F1. RGB value is (145,106,241). Sum of RGB (Red+Green+Blue) = 145+106+241=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #916AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916AF1 is #6E950E. Grayscale: #848484. Windows color (decimal): -7247119 or 15821457. OLE color: 15821457.

HSL color Cylindrical-coordinate representation of color #916AF1: hue angle of 257.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #916AF1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145106241-
CMYK0.400.5600.05
HSL257.33º82.82%68.04%-
HSV(B)257.33º56.02%94.51%-
XYZ32.7122.6885.87-
YUV133.05188.92136.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.47%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 241 (94.53% from 255) = 48.98%
R=29.47%
G=21.54%
B=48.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451062410.400.5600.05257.3382.8268.04
Hex916AF12838051015344
Octal221152361507005401123104
Binary10010001110101011110001101000111000010110000000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,106,241); }

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

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

 a { background-color: rgb(145,106,241); }

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

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

 span { border-color: rgb(145,106,241); }

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