#996095

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

Shades of Violet Blue #996095

Tints of Violet Blue #996095

Color information

#996095 (or 0x996095) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 95. RGB value is (153,96,149). Sum of RGB (Red+Green+Blue) = 153+96+149=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996095 is #669F6A. Grayscale: #767676. Windows color (decimal): -6725483 or 9789593. OLE color: 9789593.

HSL color Cylindrical-coordinate representation of color #996095: hue angle of 304.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996095 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15396149-
CMYK00.370.030.4
HSL304.21º22.89%48.82%-
HSV(B)304.21º37.25%60%-
XYZ22.7417.3130.58-
YUV119.08144.88152.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=38.44%
G=24.12%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539614900.370.030.4304.2122.8948.82
Hex9960950253281301731
Octal2311402250453504602761
Binary1001100111000001001010101001011110100010011000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996095; }

 p { color: rgb(153,96,149); }

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

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

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

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

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

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

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