#97578A

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

Shades of Violet Blue #97578A

Tints of Violet Blue #97578A

Color information

#97578A (or 0x97578A) is unknown color: approx Violet Blue. HEX triplet: 97, 57 and 8A. RGB value is (151,87,138). Sum of RGB (Red+Green+Blue) = 151+87+138=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97578A is #68A875. Grayscale: #6F6F6F. Windows color (decimal): -6858870 or 9066391. OLE color: 9066391.

HSL color Cylindrical-coordinate representation of color #97578A: hue angle of 312.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97578A is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15187138-
CMYK00.420.090.41
HSL312.19º26.89%46.67%-
HSV(B)312.19º42.38%59.22%-
XYZ20.7615.2325.89-
YUV111.95142.7155.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=40.16%
G=23.14%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518713800.420.090.41312.1926.8946.67
Hex97578A02A9291381b2f
Octal22712721205211514703357
Binary100101111010111100010100101010100110100110011100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97578A; }

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

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

<style>
 a { background-color: #97578A; }

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

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

<style>
 span { border-color: #97578A; }

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

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