#995691

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

Shades of Violet Blue #995691

Tints of Violet Blue #995691

Color information

#995691 (or 0x995691) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 91. RGB value is (153,86,145). Sum of RGB (Red+Green+Blue) = 153+86+145=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995691 is #66A96E. Grayscale: #707070. Windows color (decimal): -6728047 or 9524889. OLE color: 9524889.

HSL color Cylindrical-coordinate representation of color #995691: hue angle of 307.16º degrees, saturation: 0.28, 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 #995691 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15386145-
CMYK00.440.050.4
HSL307.16º28.03%46.86%-
HSV(B)307.16º43.79%60%-
XYZ21.5815.4728.64-
YUV112.76146.2156.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=39.84%
G=22.40%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538614500.440.050.4307.1628.0346.86
Hex99569102C5281331c2f
Octal2311262210545504633457
Binary10011001101011010010001010110010110100010011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995691; }

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

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

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

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

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

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

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

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