#97579B

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

Shades of Violet Blue #97579B

Tints of Violet Blue #97579B

Color information

#97579B (or 0x97579B) is unknown color: approx Violet Blue. HEX triplet: 97, 57 and 9B. RGB value is (151,87,155). Sum of RGB (Red+Green+Blue) = 151+87+155=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #97579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97579B is #68A864. Grayscale: #717171. Windows color (decimal): -6858853 or 10180503. OLE color: 10180503.

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

Color convert

RGB15187155-
CMYK0.030.4400.39
HSL296.47º28.1%47.45%-
HSV(B)296.47º43.87%60.78%-
XYZ22.0915.7632.89-
YUV113.89151.2154.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=38.42%
G=22.14%
B=39.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151871550.030.4400.39296.4728.147.45
Hex97579B32C0271281c2f
Octal2271272333540474503457
Binary1001011110101111001101111101100010011110010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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