#97489E

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

Shades of Violet Blue #97489E

Tints of Violet Blue #97489E

Color information

#97489E (or 0x97489E) is unknown color: approx Violet Blue. HEX triplet: 97, 48 and 9E. RGB value is (151,72,158). Sum of RGB (Red+Green+Blue) = 151+72+158=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #97489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97489E is #68B761. Grayscale: #696969. Windows color (decimal): -6862690 or 10373271. OLE color: 10373271.

HSL color Cylindrical-coordinate representation of color #97489E: hue angle of 295.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97489E is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15172158-
CMYK0.040.5400.38
HSL295.12º37.39%45.1%-
HSV(B)295.12º54.43%61.96%-
XYZ21.2513.6833.87-
YUV105.42157.67160.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=39.63%
G=18.90%
B=41.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151721580.040.5400.38295.1237.3945.1
Hex97489E436026127252d
Octal2271102364660464474555
Binary100101111001000100111101001101100100110100100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97489E; }

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

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

<style>
 a { background-color: #97489E; }

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

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

<style>
 span { border-color: #97489E; }

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

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