#916EE0

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

Shades of Medium Purple #916EE0

Tints of Medium Purple #916EE0

Color information

#916EE0 (or 0x916EE0) is unknown color: approx Medium Purple. HEX triplet: 91, 6E and E0. RGB value is (145,110,224). Sum of RGB (Red+Green+Blue) = 145+110+224=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #916EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916EE0 is #6E911F. Grayscale: #858585. Windows color (decimal): -7246112 or 14708369. OLE color: 14708369.

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

Color convert

RGB145110224-
CMYK0.350.5100.12
HSL258.42º64.77%65.49%-
HSV(B)258.42º50.89%87.84%-
XYZ30.7122.5573.26-
YUV133.46179.1136.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=30.27%
G=22.96%
B=46.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451102240.350.5100.12258.4264.7765.49
Hex916EE023330C1024141
Octal2211563404363014402101101
Binary100100011101110111000001000111100110110010000001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,110,224); }

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

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

 a { background-color: rgb(145,110,224); }

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

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

 span { border-color: rgb(145,110,224); }

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