#97528D

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

Shades of Violet Blue #97528D

Tints of Violet Blue #97528D

Color information

#97528D (or 0x97528D) is unknown color: approx Violet Blue. HEX triplet: 97, 52 and 8D. RGB value is (151,82,141). Sum of RGB (Red+Green+Blue) = 151+82+141=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #97528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97528D is #68AD72. Grayscale: #6D6D6D. Windows color (decimal): -6860147 or 9261719. OLE color: 9261719.

HSL color Cylindrical-coordinate representation of color #97528D: hue angle of 308.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97528D is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15182141-
CMYK00.460.070.41
HSL308.7º29.61%45.69%-
HSV(B)308.7º45.7%59.22%-
XYZ20.5914.5426.92-
YUV109.36145.86157.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=40.37%
G=21.93%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518214100.460.070.41308.729.6145.69
Hex97528D02E7291351e2e
Octal2271222150567514653656
Binary10010111101001010001101010111011110100110011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97528D; }

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

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

<style>
 a { background-color: #97528D; }

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

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

<style>
 span { border-color: #97528D; }

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

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