#97519A

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

Shades of Violet Blue #97519A

Tints of Violet Blue #97519A

Color information

#97519A (or 0x97519A) is unknown color: approx Violet Blue. HEX triplet: 97, 51 and 9A. RGB value is (151,81,154). Sum of RGB (Red+Green+Blue) = 151+81+154=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #97519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97519A is #68AE65. Grayscale: #6E6E6E. Windows color (decimal): -6860390 or 10113431. OLE color: 10113431.

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

Color convert

RGB15181154-
CMYK0.020.4700.40
HSL297.53º31.06%46.08%-
HSV(B)297.53º47.4%60.39%-
XYZ21.5414.832.29-
YUV110.25152.69157.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=39.12%
G=20.98%
B=39.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151811540.020.4700.40297.5331.0646.08
Hex97519A22F02812a1f2e
Octal2271212322570504523756
Binary1001011110100011001101010101111010100010010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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