#996795

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

Shades of Violet Blue #996795

Tints of Violet Blue #996795

Color information

#996795 (or 0x996795) is unknown color: approx Violet Blue. HEX triplet: 99, 67 and 95. RGB value is (153,103,149). Sum of RGB (Red+Green+Blue) = 153+103+149=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996795 is #66986A. Grayscale: #7B7B7B. Windows color (decimal): -6723691 or 9791385. OLE color: 9791385.

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

Color convert

RGB153103149-
CMYK00.330.030.4
HSL304.8º19.69%50.2%-
HSV(B)304.8º32.68%60%-
XYZ23.4118.6430.8-
YUV123.19142.56149.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=37.78%
G=25.43%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310314900.330.030.4304.819.6950.2
Hex9967950213281311432
Octal2311472250413504612462
Binary1001100111001111001010101000011110100010011000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996795; }

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

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

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

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

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

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

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

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