#915099

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

Shades of Violet Blue #915099

Tints of Violet Blue #915099

Color information

#915099 (or 0x915099) is unknown color: approx Violet Blue. HEX triplet: 91, 50 and 99. RGB value is (145,80,153). Sum of RGB (Red+Green+Blue) = 145+80+153=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #915099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915099 is #6EAF66. Grayscale: #6B6B6B. Windows color (decimal): -7253863 or 10047633. OLE color: 10047633.

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

Color convert

RGB14580153-
CMYK0.050.4800.4
HSL293.42º31.33%45.69%-
HSV(B)293.42º47.71%60%-
XYZ20.314.0631.78-
YUV107.76153.53154.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=38.36%
G=21.16%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145801530.050.4800.4293.4231.3345.69
Hex9150995300281251f2e
Octal2211202315600504453756
Binary10010001101000010011001101110000010100010010010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915099; }

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

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

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

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

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

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

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

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