#97539C

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

Shades of Violet Blue #97539C

Tints of Violet Blue #97539C

Color information

#97539C (or 0x97539C) is unknown color: approx Violet Blue. HEX triplet: 97, 53 and 9C. RGB value is (151,83,156). Sum of RGB (Red+Green+Blue) = 151+83+156=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #97539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97539C is #68AC63. Grayscale: #6F6F6F. Windows color (decimal): -6859876 or 10245015. OLE color: 10245015.

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

Color convert

RGB15183156-
CMYK0.030.4700.39
HSL295.89º30.54%46.86%-
HSV(B)295.89º46.79%61.18%-
XYZ21.8615.1733.23-
YUV111.65153.03156.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 156 (61.33% from 255) = 40%
R=38.72%
G=21.28%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151831560.030.4700.39295.8930.5446.86
Hex97539C32F0271281f2f
Octal2271232343570474503757
Binary1001011110100111001110011101111010011110010100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97539C; }

 p { color: rgb(151,83,156); }

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

<style>
 a { background-color: #97539C; }

 a { background-color: rgb(151,83,156); }

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

<style>
 span { border-color: #97539C; }

 span { border-color: rgb(151,83,156); }

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