#915896

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

Shades of Violet Blue #915896

Tints of Violet Blue #915896

Color information

#915896 (or 0x915896) is unknown color: approx Violet Blue. HEX triplet: 91, 58 and 96. RGB value is (145,88,150). Sum of RGB (Red+Green+Blue) = 145+88+150=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #915896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915896 is #6EA769. Grayscale: #6F6F6F. Windows color (decimal): -7251818 or 9853073. OLE color: 9853073.

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

Color convert

RGB14588150-
CMYK0.030.4100.41
HSL295.16º26.05%46.67%-
HSV(B)295.16º41.33%58.82%-
XYZ20.6715.230.7-
YUV112.11149.38151.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=37.86%
G=22.98%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145881500.030.4100.41295.1626.0546.67
Hex9158963290291271a2f
Octal2211302263510514473257
Binary1001000110110001001011011101001010100110010011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915896; }

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

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

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

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

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

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

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

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