#974C92

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

Shades of Violet Blue #974C92

Tints of Violet Blue #974C92

Color information

#974C92 (or 0x974C92) is unknown color: approx Violet Blue. HEX triplet: 97, 4C and 92. RGB value is (151,76,146). Sum of RGB (Red+Green+Blue) = 151+76+146=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #974C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C92 is #68B36D. Grayscale: #6A6A6A. Windows color (decimal): -6861678 or 9587863. OLE color: 9587863.

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

Color convert

RGB15176146-
CMYK00.500.030.41
HSL304º33.04%44.51%-
HSV(B)304º49.67%59.22%-
XYZ20.5413.8228.78-
YUV106.4150.35159.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=40.48%
G=20.38%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517614600.500.030.4130433.0444.51
Hex974C92032329130212d
Octal2271142220623514604155
Binary10010111100110010010010011001011101001100110000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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