#97669D

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

Shades of Violet Blue #97669D

Tints of Violet Blue #97669D

Color information

#97669D (or 0x97669D) is unknown color: approx Violet Blue. HEX triplet: 97, 66 and 9D. RGB value is (151,102,157). Sum of RGB (Red+Green+Blue) = 151+102+157=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #97669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97669D is #689962. Grayscale: #7A7A7A. Windows color (decimal): -6855011 or 10315415. OLE color: 10315415.

HSL color Cylindrical-coordinate representation of color #97669D: hue angle of 293.45º degrees, saturation: 0.22, 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 #97669D is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151102157-
CMYK0.040.3500.38
HSL293.45º21.91%50.78%-
HSV(B)293.45º35.03%61.57%-
XYZ23.618.5234.23-
YUV122.92147.23148.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=36.83%
G=24.88%
B=38.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511021570.040.3500.38293.4521.9150.78
Hex97669D4230261251633
Octal2271462354430464452663
Binary10010111110011010011101100100011010011010010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97669D; }

 p { color: rgb(151,102,157); }

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

<style>
 a { background-color: #97669D; }

 a { background-color: rgb(151,102,157); }

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

<style>
 span { border-color: #97669D; }

 span { border-color: rgb(151,102,157); }

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