#915096

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

Shades of Violet Blue #915096

Tints of Violet Blue #915096

Color information

#915096 (or 0x915096) is unknown color: approx Violet Blue. HEX triplet: 91, 50 and 96. RGB value is (145,80,150). Sum of RGB (Red+Green+Blue) = 145+80+150=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #915096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915096 is #6EAF69. Grayscale: #6B6B6B. Windows color (decimal): -7253866 or 9851025. OLE color: 9851025.

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

Color convert

RGB14580150-
CMYK0.030.4700.41
HSL295.71º30.43%45.1%-
HSV(B)295.71º46.67%58.82%-
XYZ20.0513.9630.49-
YUV107.42152.03154.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 150 (58.98% from 255) = 40%
R=38.67%
G=21.33%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145801500.030.4700.41295.7130.4345.1
Hex91509632F0291281e2d
Octal2211202263570514503655
Binary1001000110100001001011011101111010100110010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915096; }

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

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

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

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

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

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

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

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