#974E92

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

Shades of Violet Blue #974E92

Tints of Violet Blue #974E92

Color information

#974E92 (or 0x974E92) is unknown color: approx Violet Blue. HEX triplet: 97, 4E and 92. RGB value is (151,78,146). Sum of RGB (Red+Green+Blue) = 151+78+146=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #974E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E92 is #68B16D. Grayscale: #6B6B6B. Windows color (decimal): -6861166 or 9588375. OLE color: 9588375.

HSL color Cylindrical-coordinate representation of color #974E92: hue angle of 304.11º 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 #974E92 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15178146-
CMYK00.480.030.41
HSL304.11º31.88%44.9%-
HSV(B)304.11º48.34%59.22%-
XYZ20.6814.128.83-
YUV107.58149.68158.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=40.27%
G=20.8%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517814600.480.030.41304.1131.8844.9
Hex974E92030329130202d
Octal2271162220603514604055
Binary10010111100111010010010011000011101001100110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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