#97518A

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

Shades of Violet Blue #97518A

Tints of Violet Blue #97518A

Color information

#97518A (or 0x97518A) is unknown color: approx Violet Blue. HEX triplet: 97, 51 and 8A. RGB value is (151,81,138). Sum of RGB (Red+Green+Blue) = 151+81+138=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #97518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97518A is #68AE75. Grayscale: #6C6C6C. Windows color (decimal): -6860406 or 9064855. OLE color: 9064855.

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

Color convert

RGB15181138-
CMYK00.460.090.41
HSL311.14º30.17%45.49%-
HSV(B)311.14º46.36%59.22%-
XYZ20.2914.325.74-
YUV108.43144.69158.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=40.81%
G=21.89%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518113800.460.090.41311.1430.1745.49
Hex97518A02E9291371e2d
Octal22712121205611514673655
Binary100101111010001100010100101110100110100110011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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