#995491

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

Shades of Violet Blue #995491

Tints of Violet Blue #995491

Color information

#995491 (or 0x995491) is unknown color: approx Violet Blue. HEX triplet: 99, 54 and 91. RGB value is (153,84,145). Sum of RGB (Red+Green+Blue) = 153+84+145=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995491 is #66AB6E. Grayscale: #6F6F6F. Windows color (decimal): -6728559 or 9524377. OLE color: 9524377.

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

Color convert

RGB15384145-
CMYK00.450.050.4
HSL306.96º29.11%46.47%-
HSV(B)306.96º45.1%60%-
XYZ21.4215.1628.58-
YUV111.58146.86157.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=40.05%
G=21.99%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538414500.450.050.4306.9629.1146.47
Hex99549102D5281331d2e
Octal2311242210555504633556
Binary10011001101010010010001010110110110100010011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995491; }

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

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

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

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

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

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

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

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