#915995

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

Shades of Violet Blue #915995

Tints of Violet Blue #915995

Color information

#915995 (or 0x915995) is unknown color: approx Violet Blue. HEX triplet: 91, 59 and 95. RGB value is (145,89,149). Sum of RGB (Red+Green+Blue) = 145+89+149=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #915995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915995 is #6EA66A. Grayscale: #707070. Windows color (decimal): -7251563 or 9787793. OLE color: 9787793.

HSL color Cylindrical-coordinate representation of color #915995: hue angle of 296º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915995 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14589149-
CMYK0.030.4000.42
HSL296º25.21%46.67%-
HSV(B)296º40.27%58.43%-
XYZ20.6715.3330.3-
YUV112.58148.55151.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=37.86%
G=23.24%
B=38.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145891490.030.4000.4229625.2146.67
Hex91599532802A128192f
Octal2211312253500524503157
Binary1001000110110011001010111101000010101010010100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915995; }

 p { color: rgb(145,89,149); }

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

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

 a { background-color: rgb(145,89,149); }

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

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

 span { border-color: rgb(145,89,149); }

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