#995791

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

Shades of Violet Blue #995791

Tints of Violet Blue #995791

Color information

#995791 (or 0x995791) is unknown color: approx Violet Blue. HEX triplet: 99, 57 and 91. RGB value is (153,87,145). Sum of RGB (Red+Green+Blue) = 153+87+145=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995791 is #66A86E. Grayscale: #717171. Windows color (decimal): -6727791 or 9525145. OLE color: 9525145.

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

Color convert

RGB15387145-
CMYK00.430.050.4
HSL307.27º27.5%47.06%-
HSV(B)307.27º43.14%60%-
XYZ21.6615.6328.66-
YUV113.35145.87156.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=39.74%
G=22.60%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538714500.430.050.4307.2727.547.06
Hex99579102B5281331c2f
Octal2311272210535504633457
Binary10011001101011110010001010101110110100010011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995791; }

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

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

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

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

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

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

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

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