#915599

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

Shades of Violet Blue #915599

Tints of Violet Blue #915599

Color information

#915599 (or 0x915599) is unknown color: approx Violet Blue. HEX triplet: 91, 55 and 99. RGB value is (145,85,153). Sum of RGB (Red+Green+Blue) = 145+85+153=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #915599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915599 is #6EAA66. Grayscale: #6E6E6E. Windows color (decimal): -7252583 or 10048913. OLE color: 10048913.

HSL color Cylindrical-coordinate representation of color #915599: hue angle of 292.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915599 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14585153-
CMYK0.050.4400.4
HSL292.94º28.57%46.67%-
HSV(B)292.94º44.44%60%-
XYZ20.6814.8231.91-
YUV110.69151.88152.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=37.86%
G=22.19%
B=39.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145851530.050.4400.4292.9428.5746.67
Hex91559952C0281251d2f
Octal2211252315540504453557
Binary10010001101010110011001101101100010100010010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915599; }

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

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

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

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

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

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

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

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