#995591

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

Shades of Violet Blue #995591

Tints of Violet Blue #995591

Color information

#995591 (or 0x995591) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 91. RGB value is (153,85,145). Sum of RGB (Red+Green+Blue) = 153+85+145=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995591 is #66AA6E. Grayscale: #707070. Windows color (decimal): -6728303 or 9524633. OLE color: 9524633.

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

Color convert

RGB15385145-
CMYK00.440.050.4
HSL307.06º28.57%46.67%-
HSV(B)307.06º44.44%60%-
XYZ21.515.3128.61-
YUV112.17146.53157.12-

RGB Variations

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

RGB

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

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
Decimal1538514500.440.050.4307.0628.5746.67
Hex99559102C5281331d2f
Octal2311252210545504633557
Binary10011001101010110010001010110010110100010011001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995591; }

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

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

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

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

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

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

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

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