#974B8C

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

Shades of Violet Blue #974B8C

Tints of Violet Blue #974B8C

Color information

#974B8C (or 0x974B8C) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 8C. RGB value is (151,75,140). Sum of RGB (Red+Green+Blue) = 151+75+140=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #974B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B8C is #68B473. Grayscale: #686868. Windows color (decimal): -6861940 or 9194391. OLE color: 9194391.

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

Color convert

RGB15175140-
CMYK00.500.070.41
HSL308.68º33.63%44.31%-
HSV(B)308.68º50.33%59.22%-
XYZ20.0113.526.36-
YUV105.13147.68160.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=41.26%
G=20.49%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517514000.500.070.41308.6833.6344.31
Hex974B8C032729135222c
Octal2271132140627514654254
Binary100101111001011100011000110010111101001100110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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