#996E9E

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

Shades of Violet Blue #996E9E

Tints of Violet Blue #996E9E

Color information

#996E9E (or 0x996E9E) is unknown color: approx Violet Blue. HEX triplet: 99, 6E and 9E. RGB value is (153,110,158). Sum of RGB (Red+Green+Blue) = 153+110+158=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #996E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E9E is #669161. Grayscale: #808080. Windows color (decimal): -6721890 or 10383001. OLE color: 10383001.

HSL color Cylindrical-coordinate representation of color #996E9E: hue angle of 293.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996E9E is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153110158-
CMYK0.030.3000.38
HSL293.75º19.83%52.55%-
HSV(B)293.75º30.38%61.96%-
XYZ24.8820.3934.97-
YUV128.33144.75145.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=36.34%
G=26.13%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531101580.030.3000.38293.7519.8352.55
Hex996E9E31E0261261435
Octal2311562363360464462465
Binary100110011101110100111101111110010011010010011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E9E; }

 p { color: rgb(153,110,158); }

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

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

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

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

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

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

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