#97749A

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

Shades of Violet Blue #97749A

Tints of Violet Blue #97749A

Color information

#97749A (or 0x97749A) is unknown color: approx Violet Blue. HEX triplet: 97, 74 and 9A. RGB value is (151,116,154). Sum of RGB (Red+Green+Blue) = 151+116+154=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #97749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97749A is #688B65. Grayscale: #828282. Windows color (decimal): -6851430 or 10122391. OLE color: 10122391.

HSL color Cylindrical-coordinate representation of color #97749A: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97749A is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151116154-
CMYK0.020.2500.40
HSL295.26º15.83%52.94%-
HSV(B)295.26º24.68%60.39%-
XYZ24.8421.433.39-
YUV130.8141.1142.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=35.87%
G=27.55%
B=36.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511161540.020.2500.40295.2615.8352.94
Hex97749A2190281271035
Octal2271642322310504472065
Binary100101111110100100110101011001010100010010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97749A; }

 p { color: rgb(151,116,154); }

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

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

 a { background-color: rgb(151,116,154); }

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

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

 span { border-color: rgb(151,116,154); }

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