#97609D

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

Shades of Violet Blue #97609D

Tints of Violet Blue #97609D

Color information

#97609D (or 0x97609D) is unknown color: approx Violet Blue. HEX triplet: 97, 60 and 9D. RGB value is (151,96,157). Sum of RGB (Red+Green+Blue) = 151+96+157=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #97609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97609D is #689F62. Grayscale: #777777. Windows color (decimal): -6856547 or 10313879. OLE color: 10313879.

HSL color Cylindrical-coordinate representation of color #97609D: hue angle of 294.1º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97609D is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15196157-
CMYK0.040.3900.38
HSL294.1º24.11%49.61%-
HSV(B)294.1º38.85%61.57%-
XYZ23.0317.3834.04-
YUV119.4149.22150.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=37.38%
G=23.76%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151961570.040.3900.38294.124.1149.61
Hex97609D4270261261832
Octal2271402354470464463062
Binary10010111110000010011101100100111010011010010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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