#974B92

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

Shades of Violet Blue #974B92

Tints of Violet Blue #974B92

Color information

#974B92 (or 0x974B92) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 92. RGB value is (151,75,146). Sum of RGB (Red+Green+Blue) = 151+75+146=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #974B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B92 is #68B46D. Grayscale: #696969. Windows color (decimal): -6861934 or 9587607. OLE color: 9587607.

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

Color convert

RGB15175146-
CMYK00.500.030.41
HSL303.95º33.63%44.31%-
HSV(B)303.95º50.33%59.22%-
XYZ20.4713.6928.76-
YUV105.82150.68160.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=40.59%
G=20.16%
B=39.25%

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
Decimal1517514600.500.030.41303.9533.6344.31
Hex974B92032329130222c
Octal2271132220623514604254
Binary10010111100101110010010011001011101001100110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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