#974E90

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

Shades of Violet Blue #974E90

Tints of Violet Blue #974E90

Color information

#974E90 (or 0x974E90) is unknown color: approx Violet Blue. HEX triplet: 97, 4E and 90. RGB value is (151,78,144). Sum of RGB (Red+Green+Blue) = 151+78+144=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #974E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E90 is #68B16F. Grayscale: #6B6B6B. Windows color (decimal): -6861168 or 9457303. OLE color: 9457303.

HSL color Cylindrical-coordinate representation of color #974E90: hue angle of 305.75º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974E90 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15178144-
CMYK00.480.050.41
HSL305.75º31.88%44.9%-
HSV(B)305.75º48.34%59.22%-
XYZ20.5214.0428.01-
YUV107.35148.68159.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=40.48%
G=20.91%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517814400.480.050.41305.7531.8844.9
Hex974E90030529132202d
Octal2271162200605514624055
Binary100101111001110100100000110000101101001100110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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