#97688F

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

Shades of Violet Blue #97688F

Tints of Violet Blue #97688F

Color information

#97688F (or 0x97688F) is unknown color: approx Violet Blue. HEX triplet: 97, 68 and 8F. RGB value is (151,104,143). Sum of RGB (Red+Green+Blue) = 151+104+143=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #97688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97688F is #689770. Grayscale: #7A7A7A. Windows color (decimal): -6854513 or 9398423. OLE color: 9398423.

HSL color Cylindrical-coordinate representation of color #97688F: hue angle of 310.21º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97688F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB151104143-
CMYK00.310.050.41
HSL310.21º18.43%50%-
HSV(B)310.21º31.13%59.22%-
XYZ22.6718.4628.36-
YUV122.5139.57148.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=37.94%
G=26.13%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110414300.310.050.41310.2118.4350
Hex97688F01F5291361232
Octal2271502170375514662262
Binary1001011111010001000111101111110110100110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97688F; }

 p { color: rgb(151,104,143); }

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

<style>
 a { background-color: #97688F; }

 a { background-color: rgb(151,104,143); }

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

<style>
 span { border-color: #97688F; }

 span { border-color: rgb(151,104,143); }

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