#97519B

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

Shades of Violet Blue #97519B

Tints of Violet Blue #97519B

Color information

#97519B (or 0x97519B) is unknown color: approx Violet Blue. HEX triplet: 97, 51 and 9B. RGB value is (151,81,155). Sum of RGB (Red+Green+Blue) = 151+81+155=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #97519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97519B is #68AE64. Grayscale: #6E6E6E. Windows color (decimal): -6860389 or 10178967. OLE color: 10178967.

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

Color convert

RGB15181155-
CMYK0.030.4800.39
HSL296.76º31.36%46.27%-
HSV(B)296.76º47.74%60.78%-
XYZ21.6214.8332.73-
YUV110.37153.19156.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=39.02%
G=20.93%
B=40.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151811550.030.4800.39296.7631.3646.27
Hex97519B3300271291f2e
Octal2271212333600474513756
Binary1001011110100011001101111110000010011110010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97519B; }

 p { color: rgb(151,81,155); }

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

<style>
 a { background-color: #97519B; }

 a { background-color: rgb(151,81,155); }

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

<style>
 span { border-color: #97519B; }

 span { border-color: rgb(151,81,155); }

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