#97569A

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

Shades of Violet Blue #97569A

Tints of Violet Blue #97569A

Color information

#97569A (or 0x97569A) is unknown color: approx Violet Blue. HEX triplet: 97, 56 and 9A. RGB value is (151,86,154). Sum of RGB (Red+Green+Blue) = 151+86+154=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #97569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97569A is #68A965. Grayscale: #707070. Windows color (decimal): -6859110 or 10114711. OLE color: 10114711.

HSL color Cylindrical-coordinate representation of color #97569A: hue angle of 297.35º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97569A is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15186154-
CMYK0.020.4400.40
HSL297.35º28.33%47.06%-
HSV(B)297.35º44.16%60.39%-
XYZ21.9215.5732.42-
YUV113.19151.03154.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=38.62%
G=21.99%
B=39.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151861540.020.4400.40297.3528.3347.06
Hex97569A22C0281291c2f
Octal2271262322540504513457
Binary1001011110101101001101010101100010100010010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,86,154); }

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

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

 a { background-color: rgb(151,86,154); }

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

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

 span { border-color: rgb(151,86,154); }

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