#974BE5

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

Shades of Blue Violet #974BE5

Tints of Blue Violet #974BE5

Color information

#974BE5 (or 0x974BE5) is unknown color: approx Blue Violet. HEX triplet: 97, 4B and E5. RGB value is (151,75,229). Sum of RGB (Red+Green+Blue) = 151+75+229=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #974BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BE5 is #68B41A. Grayscale: #727272. Windows color (decimal): -6861851 or 15027095. OLE color: 15027095.

HSL color Cylindrical-coordinate representation of color #974BE5: hue angle of 269.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974BE5 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15175229-
CMYK0.340.6700.10
HSL269.61º74.76%59.61%-
HSV(B)269.61º67.25%89.8%-
XYZ29.4217.2775.91-
YUV115.28192.18153.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 229 (89.84% from 255) = 50.33%
R=33.19%
G=16.48%
B=50.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal151752290.340.6700.10269.6174.7659.61
Hex974BE522430A10e4b3c
Octal2271133454210301241611374
Binary100101111001011111001011000101000011010101000011101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,229); }

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

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

 a { background-color: rgb(151,75,229); }

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

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

 span { border-color: rgb(151,75,229); }

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