#915590

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

Shades of Violet Blue #915590

Tints of Violet Blue #915590

Color information

#915590 (or 0x915590) is unknown color: approx Violet Blue. HEX triplet: 91, 55 and 90. RGB value is (145,85,144). Sum of RGB (Red+Green+Blue) = 145+85+144=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #915590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915590 is #6EAA6F. Grayscale: #6D6D6D. Windows color (decimal): -7252592 or 9459089. OLE color: 9459089.

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

Color convert

RGB14585144-
CMYK00.410.010.43
HSL301º26.09%45.1%-
HSV(B)301º41.38%56.86%-
XYZ19.9614.5328.14-
YUV109.67147.38153.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=38.77%
G=22.73%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458514400.410.010.4330126.0945.1
Hex91559002912B12d1a2d
Octal2211252200511534553255
Binary100100011010101100100000101001110101110010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915590; }

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

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

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

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

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

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

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

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