#915496

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

Shades of Violet Blue #915496

Tints of Violet Blue #915496

Color information

#915496 (or 0x915496) is unknown color: approx Violet Blue. HEX triplet: 91, 54 and 96. RGB value is (145,84,150). Sum of RGB (Red+Green+Blue) = 145+84+150=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #915496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915496 is #6EAB69. Grayscale: #6D6D6D. Windows color (decimal): -7252842 or 9852049. OLE color: 9852049.

HSL color Cylindrical-coordinate representation of color #915496: hue angle of 295.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915496 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14584150-
CMYK0.030.4400.41
HSL295.45º28.21%45.88%-
HSV(B)295.45º44%58.82%-
XYZ20.3514.5630.59-
YUV109.76150.71153.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=38.26%
G=22.16%
B=39.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145841500.030.4400.41295.4528.2145.88
Hex91549632C0291271c2e
Octal2211242263540514473456
Binary1001000110101001001011011101100010100110010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915496; }

 p { color: rgb(145,84,150); }

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

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

 a { background-color: rgb(145,84,150); }

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

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

 span { border-color: rgb(145,84,150); }

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