#916BE1

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

Shades of Medium Purple #916BE1

Tints of Medium Purple #916BE1

Color information

#916BE1 (or 0x916BE1) is unknown color: approx Medium Purple. HEX triplet: 91, 6B and E1. RGB value is (145,107,225). Sum of RGB (Red+Green+Blue) = 145+107+225=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #916BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BE1 is #6E941E. Grayscale: #838383. Windows color (decimal): -7246879 or 14773137. OLE color: 14773137.

HSL color Cylindrical-coordinate representation of color #916BE1: hue angle of 259.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916BE1 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145107225-
CMYK0.360.5200.12
HSL259.32º66.29%65.1%-
HSV(B)259.32º52.44%88.24%-
XYZ30.5321.9773.87-
YUV131.81180.59137.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.40%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=30.40%
G=22.43%
B=47.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451072250.360.5200.12259.3266.2965.1
Hex916BE124340C1034241
Octal2211533414464014403102101
Binary100100011101011111000011001001101000110010000001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,107,225); }

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

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

 a { background-color: rgb(145,107,225); }

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

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

 span { border-color: rgb(145,107,225); }

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