#97529F

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

Shades of Violet Blue #97529F

Tints of Violet Blue #97529F

Color information

#97529F (or 0x97529F) is unknown color: approx Violet Blue. HEX triplet: 97, 52 and 9F. RGB value is (151,82,159). Sum of RGB (Red+Green+Blue) = 151+82+159=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #97529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97529F is #68AD60. Grayscale: #6F6F6F. Windows color (decimal): -6860129 or 10441367. OLE color: 10441367.

HSL color Cylindrical-coordinate representation of color #97529F: hue angle of 293.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97529F is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15182159-
CMYK0.050.4800.38
HSL293.77º31.95%47.25%-
HSV(B)293.77º48.43%62.35%-
XYZ22.0415.1234.56-
YUV111.41154.86156.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=38.52%
G=20.92%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151821590.050.4800.38293.7731.9547.25
Hex97529F530026126202f
Octal2271222375600464464057
Binary100101111010010100111111011100000100110100100110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97529F; }

 p { color: rgb(151,82,159); }

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

<style>
 a { background-color: #97529F; }

 a { background-color: rgb(151,82,159); }

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

<style>
 span { border-color: #97529F; }

 span { border-color: rgb(151,82,159); }

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