#974B90

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

Shades of Violet Blue #974B90

Tints of Violet Blue #974B90

Color information

#974B90 (or 0x974B90) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 90. RGB value is (151,75,144). Sum of RGB (Red+Green+Blue) = 151+75+144=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #974B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B90 is #68B46F. Grayscale: #696969. Windows color (decimal): -6861936 or 9456535. OLE color: 9456535.

HSL color Cylindrical-coordinate representation of color #974B90: hue angle of 305.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B90 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15175144-
CMYK00.500.050.41
HSL305.53º33.63%44.31%-
HSV(B)305.53º50.33%59.22%-
XYZ20.3113.6327.94-
YUV105.59149.68160.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=40.81%
G=20.27%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517514400.500.050.41305.5333.6344.31
Hex974B90032529132222c
Octal2271132200625514624254
Binary100101111001011100100000110010101101001100110010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974B90; }

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

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

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

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

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

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

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

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