#97488C

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

Shades of Violet Blue #97488C

Tints of Violet Blue #97488C

Color information

#97488C (or 0x97488C) is unknown color: approx Violet Blue. HEX triplet: 97, 48 and 8C. RGB value is (151,72,140). Sum of RGB (Red+Green+Blue) = 151+72+140=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97488C is #68B773. Grayscale: #676767. Windows color (decimal): -6862708 or 9193623. OLE color: 9193623.

HSL color Cylindrical-coordinate representation of color #97488C: hue angle of 308.35º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97488C is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15172140-
CMYK00.520.070.41
HSL308.35º35.43%43.73%-
HSV(B)308.35º52.32%59.22%-
XYZ19.8113.1126.3-
YUV103.37148.67161.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=41.60%
G=19.83%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517214000.520.070.41308.3535.4343.73
Hex97488C034729134232c
Octal2271102140647514644354
Binary100101111001000100011000110100111101001100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97488C; }

 p { color: rgb(151,72,140); }

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

<style>
 a { background-color: #97488C; }

 a { background-color: rgb(151,72,140); }

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

<style>
 span { border-color: #97488C; }

 span { border-color: rgb(151,72,140); }

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