#974DEC

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

Shades of Blue Violet #974DEC

Tints of Blue Violet #974DEC

Color information

#974DEC (or 0x974DEC) is unknown color: approx Blue Violet. HEX triplet: 97, 4D and EC. RGB value is (151,77,236). Sum of RGB (Red+Green+Blue) = 151+77+236=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #974DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974DEC is #68B213. Grayscale: #747474. Windows color (decimal): -6861332 or 15486359. OLE color: 15486359.

HSL color Cylindrical-coordinate representation of color #974DEC: hue angle of 267.92º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974DEC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15177236-
CMYK0.360.6700.07
HSL267.92º80.71%61.37%-
HSV(B)267.92º67.37%92.55%-
XYZ30.5617.9481.21-
YUV117.25195.02152.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 77 (30.47% from 255) = 16.59%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=32.54%
G=16.59%
B=50.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151772360.360.6700.07267.9280.7161.37
Hex974DEC24430710c513d
Octal227115354441030741412175
Binary10010111100110111101100100100100001101111000011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,236); }

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

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

 a { background-color: rgb(151,77,236); }

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

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

 span { border-color: rgb(151,77,236); }

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