#997A9A

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

Shades of Violet Blue #997A9A

Tints of Violet Blue #997A9A

Color information

#997A9A (or 0x997A9A) is unknown color: approx Violet Blue. HEX triplet: 99, 7A and 9A. RGB value is (153,122,154). Sum of RGB (Red+Green+Blue) = 153+122+154=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #997A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A9A is #668565. Grayscale: #868686. Windows color (decimal): -6718822 or 10123929. OLE color: 10123929.

HSL color Cylindrical-coordinate representation of color #997A9A: hue angle of 298.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997A9A is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB153122154-
CMYK0.010.2100.40
HSL298.12º13.68%54.12%-
HSV(B)298.12º20.78%60.39%-
XYZ25.9323.0233.65-
YUV134.92138.77140.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=35.66%
G=28.44%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531221540.010.2100.40298.1213.6854.12
Hex997A9A11502812ae36
Octal2311722321250504521666
Binary1001100111110101001101011010101010001001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997A9A; }

 p { color: rgb(153,122,154); }

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

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

 a { background-color: rgb(153,122,154); }

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

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

 span { border-color: rgb(153,122,154); }

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