#995499

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

Shades of Violet Blue #995499

Tints of Violet Blue #995499

Color information

#995499 (or 0x995499) is unknown color: approx Violet Blue. HEX triplet: 99, 54 and 99. RGB value is (153,84,153). Sum of RGB (Red+Green+Blue) = 153+84+153=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995499 is #66AB66. Grayscale: #707070. Windows color (decimal): -6728551 or 10048665. OLE color: 10048665.

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

Color convert

RGB15384153-
CMYK00.4500.4
HSL300º29.11%46.47%-
HSV(B)300º45.1%60%-
XYZ22.0615.4131.95-
YUV112.5150.86156.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=39.23%
G=21.54%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538415300.4500.430029.1146.47
Hex99549902D02812c1d2e
Octal2311242310550504543556
Binary100110011010100100110010101101010100010010110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995499; }

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

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

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

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

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

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

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

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