#995699

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

Shades of Violet Blue #995699

Tints of Violet Blue #995699

Color information

#995699 (or 0x995699) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 99. RGB value is (153,86,153). Sum of RGB (Red+Green+Blue) = 153+86+153=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995699 is #66A966. Grayscale: #717171. Windows color (decimal): -6728039 or 10049177. OLE color: 10049177.

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

Color convert

RGB15386153-
CMYK00.4400.4
HSL300º28.03%46.86%-
HSV(B)300º43.79%60%-
XYZ22.2115.7332-
YUV113.67150.2156.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=39.03%
G=21.94%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538615300.4400.430028.0346.86
Hex99569902C02812c1c2f
Octal2311262310540504543457
Binary100110011010110100110010101100010100010010110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995699; }

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

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

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

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

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

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

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

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