#974F94

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

Shades of Violet Blue #974F94

Tints of Violet Blue #974F94

Color information

#974F94 (or 0x974F94) is unknown color: approx Violet Blue. HEX triplet: 97, 4F and 94. RGB value is (151,79,148). Sum of RGB (Red+Green+Blue) = 151+79+148=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #974F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974F94 is #68B06B. Grayscale: #6C6C6C. Windows color (decimal): -6860908 or 9719703. OLE color: 9719703.

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

Color convert

RGB15179148-
CMYK00.480.020.41
HSL302.5º31.3%45.1%-
HSV(B)302.5º47.68%59.22%-
XYZ20.914.3129.68-
YUV108.39150.35158.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=39.95%
G=20.90%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517914800.480.020.41302.531.345.1
Hex974F9403022912e1f2d
Octal2271172240602514563755
Binary1001011110011111001010001100001010100110010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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