#995592

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

Shades of Violet Blue #995592

Tints of Violet Blue #995592

Color information

#995592 (or 0x995592) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 92. RGB value is (153,85,146). Sum of RGB (Red+Green+Blue) = 153+85+146=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995592 is #66AA6D. Grayscale: #707070. Windows color (decimal): -6728302 or 9590169. OLE color: 9590169.

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

Color convert

RGB15385146-
CMYK00.440.050.4
HSL306.18º28.57%46.67%-
HSV(B)306.18º44.44%60%-
XYZ21.5715.3429.02-
YUV112.29147.03157.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=39.84%
G=22.14%
B=38.02%

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
Decimal1538514600.440.050.4306.1828.5746.67
Hex99559202C5281321d2f
Octal2311252220545504623557
Binary10011001101010110010010010110010110100010011001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995592; }

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

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

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

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

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

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

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

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