#915990

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

Shades of Violet Blue #915990

Tints of Violet Blue #915990

Color information

#915990 (or 0x915990) is unknown color: approx Violet Blue. HEX triplet: 91, 59 and 90. RGB value is (145,89,144). Sum of RGB (Red+Green+Blue) = 145+89+144=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #915990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915990 is #6EA66F. Grayscale: #6F6F6F. Windows color (decimal): -7251568 or 9460113. OLE color: 9460113.

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

Color convert

RGB14589144-
CMYK00.390.010.43
HSL301.07º23.93%45.88%-
HSV(B)301.07º38.62%56.86%-
XYZ20.2815.1828.25-
YUV112.01146.05151.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=38.36%
G=23.54%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458914400.390.010.43301.0723.9345.88
Hex91599002712B12d182e
Octal2211312200471534553056
Binary100100011011001100100000100111110101110010110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915990; }

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

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

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

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

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

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

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

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