#996995

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

Shades of Violet Blue #996995

Tints of Violet Blue #996995

Color information

#996995 (or 0x996995) is unknown color: approx Violet Blue. HEX triplet: 99, 69 and 95. RGB value is (153,105,149). Sum of RGB (Red+Green+Blue) = 153+105+149=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996995 is #66966A. Grayscale: #7C7C7C. Windows color (decimal): -6723179 or 9791897. OLE color: 9791897.

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

Color convert

RGB153105149-
CMYK00.310.030.4
HSL305º19.05%50.59%-
HSV(B)305º31.37%60%-
XYZ23.6119.0530.87-
YUV124.37141.9148.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=37.59%
G=25.80%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310514900.310.030.430519.0550.59
Hex99699501F3281311333
Octal2311512250373504612363
Binary100110011101001100101010111111110100010011000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996995; }

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

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

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

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

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

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

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

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