#916090

Color #916090 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #916090

Tints of Violet Blue #916090

Color information

#916090 (or 0x916090) is unknown color: approx Violet Blue. HEX triplet: 91, 60 and 90. RGB value is (145,96,144). Sum of RGB (Red+Green+Blue) = 145+96+144=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #916090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916090 is #6E9F6F. Grayscale: #737373. Windows color (decimal): -7249776 or 9461905. OLE color: 9461905.

HSL color Cylindrical-coordinate representation of color #916090: hue angle of 301.22º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916090 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14596144-
CMYK00.340.010.43
HSL301.22º20.33%47.25%-
HSV(B)301.22º33.79%56.86%-
XYZ20.8916.428.45-
YUV116.12143.73148.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=37.66%
G=24.94%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459614400.340.010.43301.2220.3347.25
Hex91609002212B12d142f
Octal2211402200421534552457
Binary100100011100000100100000100010110101110010110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916090; }

 p { color: rgb(145,96,144); }

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

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

 a { background-color: rgb(145,96,144); }

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

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

 span { border-color: rgb(145,96,144); }

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