#974F9B

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

Shades of Violet Blue #974F9B

Tints of Violet Blue #974F9B

Color information

#974F9B (or 0x974F9B) is unknown color: approx Violet Blue. HEX triplet: 97, 4F and 9B. RGB value is (151,79,155). Sum of RGB (Red+Green+Blue) = 151+79+155=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #974F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974F9B is #68B064. Grayscale: #6C6C6C. Windows color (decimal): -6860901 or 10178455. OLE color: 10178455.

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

Color convert

RGB15179155-
CMYK0.030.4900.39
HSL296.84º32.48%45.88%-
HSV(B)296.84º49.03%60.78%-
XYZ21.4714.5432.68-
YUV109.19153.85157.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=39.22%
G=20.52%
B=40.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151791550.030.4900.39296.8432.4845.88
Hex974F9B331027129202e
Octal2271172333610474514056
Binary10010111100111110011011111100010100111100101001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,79,155); }

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

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

 a { background-color: rgb(151,79,155); }

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

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

 span { border-color: rgb(151,79,155); }

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