#995899

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

Shades of Violet Blue #995899

Tints of Violet Blue #995899

Color information

#995899 (or 0x995899) is unknown color: approx Violet Blue. HEX triplet: 99, 58 and 99. RGB value is (153,88,153). Sum of RGB (Red+Green+Blue) = 153+88+153=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995899 is #66A766. Grayscale: #727272. Windows color (decimal): -6727527 or 10049689. OLE color: 10049689.

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

Color convert

RGB15388153-
CMYK00.4200.4
HSL300º26.97%47.25%-
HSV(B)300º42.48%60%-
XYZ22.3816.0532.06-
YUV114.84149.53155.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=38.83%
G=22.34%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538815300.4200.430026.9747.25
Hex99589902A02812c1b2f
Octal2311302310520504543357
Binary100110011011000100110010101010010100010010110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995899; }

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

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

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

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

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

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

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

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