#97699B

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

Shades of Violet Blue #97699B

Tints of Violet Blue #97699B

Color information

#97699B (or 0x97699B) is unknown color: approx Violet Blue. HEX triplet: 97, 69 and 9B. RGB value is (151,105,155). Sum of RGB (Red+Green+Blue) = 151+105+155=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #97699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97699B is #689664. Grayscale: #7C7C7C. Windows color (decimal): -6854245 or 10185111. OLE color: 10185111.

HSL color Cylindrical-coordinate representation of color #97699B: hue angle of 295.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97699B is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151105155-
CMYK0.030.3200.39
HSL295.2º20%50.98%-
HSV(B)295.2º32.26%60.78%-
XYZ23.7319.0533.44-
YUV124.45145.24146.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=36.74%
G=25.55%
B=37.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511051550.030.3200.39295.22050.98
Hex97699B3200271271433
Octal2271512333400474472463
Binary1001011111010011001101111100000010011110010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97699B; }

 p { color: rgb(151,105,155); }

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

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

 a { background-color: rgb(151,105,155); }

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

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

 span { border-color: rgb(151,105,155); }

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