#974EF6

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

Shades of Blue Violet #974EF6

Tints of Blue Violet #974EF6

Color information

#974EF6 (or 0x974EF6) is unknown color: approx Blue Violet. HEX triplet: 97, 4E and F6. RGB value is (151,78,246). Sum of RGB (Red+Green+Blue) = 151+78+246=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #974EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974EF6 is #68B109. Grayscale: #767676. Windows color (decimal): -6861066 or 16141975. OLE color: 16141975.

HSL color Cylindrical-coordinate representation of color #974EF6: hue angle of 266.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974EF6 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15178246-
CMYK0.390.6800.04
HSL266.07º90.32%63.53%-
HSV(B)266.07º68.29%96.47%-
XYZ32.1218.6889.1-
YUV118.98199.68150.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 78 (30.86% from 255) = 16.42%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=31.79%
G=16.42%
B=51.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal151782460.390.6800.04266.0790.3263.53
Hex974EF627440410a5a40
Octal2271163664710404412132100
Binary100101111001110111101101001111000100010010000101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,78,246); }

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

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

 a { background-color: rgb(151,78,246); }

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

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

 span { border-color: rgb(151,78,246); }

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