#974CF0

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

Shades of Blue Violet #974CF0

Tints of Blue Violet #974CF0

Color information

#974CF0 (or 0x974CF0) is unknown color: approx Blue Violet. HEX triplet: 97, 4C and F0. RGB value is (151,76,240). Sum of RGB (Red+Green+Blue) = 151+76+240=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #974CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CF0 is #68B30F. Grayscale: #747474. Windows color (decimal): -6861584 or 15748247. OLE color: 15748247.

HSL color Cylindrical-coordinate representation of color #974CF0: hue angle of 267.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974CF0 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15176240-
CMYK0.370.6800.06
HSL267.44º84.54%61.96%-
HSV(B)267.44º68.33%94.12%-
XYZ31.0818.0484.28-
YUV117.12197.35152.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 76 (30.08% from 255) = 16.27%
BLUE value IS 240 (94.14% from 255) = 51.39%
R=32.33%
G=16.27%
B=51.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151762400.370.6800.06267.4484.5461.96
Hex974CF025440610b553e
Octal227114360451040641312576
Binary10010111100110011110000100101100010001101000010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,240); }

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

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

 a { background-color: rgb(151,76,240); }

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

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

 span { border-color: rgb(151,76,240); }

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