#974499

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

Shades of Violet Blue #974499

Tints of Violet Blue #974499

Color information

#974499 (or 0x974499) is unknown color: approx Violet Blue. HEX triplet: 97, 44 and 99. RGB value is (151,68,153). Sum of RGB (Red+Green+Blue) = 151+68+153=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #974499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974499 is #68BB66. Grayscale: #666666. Windows color (decimal): -6863719 or 10044567. OLE color: 10044567.

HSL color Cylindrical-coordinate representation of color #974499: hue angle of 298.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974499 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15168153-
CMYK0.010.5600.4
HSL298.59º38.46%43.33%-
HSV(B)298.59º55.56%60%-
XYZ20.5813.0131.56-
YUV102.51156.5162.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=40.59%
G=18.28%
B=41.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151681530.010.5600.4298.5938.4643.33
Hex97449913802812b262b
Octal2271042311700504534653
Binary1001011110001001001100111110000101000100101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974499; }

 p { color: rgb(151,68,153); }

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

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

 a { background-color: rgb(151,68,153); }

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

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

 span { border-color: rgb(151,68,153); }

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