#97479B

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

Shades of Violet Blue #97479B

Tints of Violet Blue #97479B

Color information

#97479B (or 0x97479B) is unknown color: approx Violet Blue. HEX triplet: 97, 47 and 9B. RGB value is (151,71,155). Sum of RGB (Red+Green+Blue) = 151+71+155=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #97479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97479B is #68B864. Grayscale: #686868. Windows color (decimal): -6862949 or 10176407. OLE color: 10176407.

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

Color convert

RGB15171155-
CMYK0.030.5400.39
HSL297.14º37.17%44.31%-
HSV(B)297.14º54.19%60.78%-
XYZ20.9313.4532.5-
YUV104.5156.5161.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=40.05%
G=18.83%
B=41.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151711550.030.5400.39297.1437.1744.31
Hex97479B336027129252c
Octal2271072333660474514554
Binary10010111100011110011011111101100100111100101001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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