#974990

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

Shades of Violet Blue #974990

Tints of Violet Blue #974990

Color information

#974990 (or 0x974990) is unknown color: approx Violet Blue. HEX triplet: 97, 49 and 90. RGB value is (151,73,144). Sum of RGB (Red+Green+Blue) = 151+73+144=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #974990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974990 is #68B66F. Grayscale: #686868. Windows color (decimal): -6862448 or 9456023. OLE color: 9456023.

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

Color convert

RGB15173144-
CMYK00.520.050.41
HSL305.38º34.82%43.92%-
HSV(B)305.38º51.66%59.22%-
XYZ20.1813.3627.9-
YUV104.42150.34161.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=41.03%
G=19.84%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517314400.520.050.41305.3834.8243.92
Hex974990034529131232c
Octal2271112200645514614354
Binary100101111001001100100000110100101101001100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974990; }

 p { color: rgb(151,73,144); }

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

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

 a { background-color: rgb(151,73,144); }

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

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

 span { border-color: rgb(151,73,144); }

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