#97488A

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

Shades of Violet Blue #97488A

Tints of Violet Blue #97488A

Color information

#97488A (or 0x97488A) is unknown color: approx Violet Blue. HEX triplet: 97, 48 and 8A. RGB value is (151,72,138). Sum of RGB (Red+Green+Blue) = 151+72+138=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97488A is #68B775. Grayscale: #666666. Windows color (decimal): -6862710 or 9062551. OLE color: 9062551.

HSL color Cylindrical-coordinate representation of color #97488A: hue angle of 309.87º 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 #97488A is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15172138-
CMYK00.520.090.41
HSL309.87º35.43%43.73%-
HSV(B)309.87º52.32%59.22%-
XYZ19.6713.0525.53-
YUV103.14147.67162.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=41.83%
G=19.94%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517213800.520.090.41309.8735.4343.73
Hex97488A034929136232c
Octal22711021206411514664354
Binary1001011110010001000101001101001001101001100110110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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