#97679F

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

Shades of Violet Blue #97679F

Tints of Violet Blue #97679F

Color information

#97679F (or 0x97679F) is unknown color: approx Violet Blue. HEX triplet: 97, 67 and 9F. RGB value is (151,103,159). Sum of RGB (Red+Green+Blue) = 151+103+159=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #97679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97679F is #689860. Grayscale: #7B7B7B. Windows color (decimal): -6854753 or 10446743. OLE color: 10446743.

HSL color Cylindrical-coordinate representation of color #97679F: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97679F is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151103159-
CMYK0.050.3500.38
HSL291.43º22.58%51.37%-
HSV(B)291.43º35.22%62.35%-
XYZ23.8718.7835.17-
YUV123.74147.9147.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=36.56%
G=24.94%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511031590.050.3500.38291.4322.5851.37
Hex97679F5230261231733
Octal2271472375430464432763
Binary10010111110011110011111101100011010011010010001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,103,159); }

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

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

 a { background-color: rgb(151,103,159); }

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

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

 span { border-color: rgb(151,103,159); }

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