#974D92

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

Shades of Violet Blue #974D92

Tints of Violet Blue #974D92

Color information

#974D92 (or 0x974D92) is unknown color: approx Violet Blue. HEX triplet: 97, 4D and 92. RGB value is (151,77,146). Sum of RGB (Red+Green+Blue) = 151+77+146=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #974D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D92 is #68B26D. Grayscale: #6A6A6A. Windows color (decimal): -6861422 or 9588119. OLE color: 9588119.

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

Color convert

RGB15177146-
CMYK00.490.030.41
HSL304.05º32.46%44.71%-
HSV(B)304.05º49.01%59.22%-
XYZ20.613.9628.8-
YUV106.99150.02159.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=40.37%
G=20.59%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517714600.490.030.41304.0532.4644.71
Hex974D92031329130202d
Octal2271152220613514604055
Binary10010111100110110010010011000111101001100110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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