#996A94

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

Shades of Violet Blue #996A94

Tints of Violet Blue #996A94

Color information

#996A94 (or 0x996A94) is unknown color: approx Violet Blue. HEX triplet: 99, 6A and 94. RGB value is (153,106,148). Sum of RGB (Red+Green+Blue) = 153+106+148=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A94 is #66956B. Grayscale: #7C7C7C. Windows color (decimal): -6722924 or 9726617. OLE color: 9726617.

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

Color convert

RGB153106148-
CMYK00.310.030.4
HSL306.38º18.73%50.78%-
HSV(B)306.38º30.72%60%-
XYZ23.6419.2230.48-
YUV124.84141.07148.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=37.59%
G=26.04%
B=36.36%

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
Decimal15310614800.310.030.4306.3818.7350.78
Hex996A9401F3281321333
Octal2311522240373504622363
Binary100110011101010100101000111111110100010011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,148); }

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

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

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

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

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

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

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