#97669B

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

Shades of Violet Blue #97669B

Tints of Violet Blue #97669B

Color information

#97669B (or 0x97669B) is unknown color: approx Violet Blue. HEX triplet: 97, 66 and 9B. RGB value is (151,102,155). Sum of RGB (Red+Green+Blue) = 151+102+155=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #97669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97669B is #689964. Grayscale: #7A7A7A. Windows color (decimal): -6855013 or 10184343. OLE color: 10184343.

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

Color convert

RGB151102155-
CMYK0.030.3400.39
HSL295.47º20.95%50.39%-
HSV(B)295.47º34.19%60.78%-
XYZ23.4318.4533.34-
YUV122.69146.23148.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=37.01%
G=25%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511021550.030.3400.39295.4720.9550.39
Hex97669B3220271271532
Octal2271462333420474472562
Binary1001011111001101001101111100010010011110010011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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