Html Css Color HEX #974EF5 Blue Violet

📋 copy color: '#974EF5'

red 151 ◦ green 78 ◦ blue 245

#974EF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #974EF5

Tints of Blue Violet #974EF5

RGB

 RED value IS 151 (59.38% from 255) = 31.86%

 GREEN value IS 78 (30.86% from 255) = 16.46%

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 31.86%
G = 16.46%
B = 51.69%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#974EF5 (or 0x974EF5) is known color: Blue Violet. HEX triplet: 97, 4E and F5. RGB value is (151,78,245). Sum of RGB (Red+Green+Blue) = 151+78+245=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #974EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974EF5 is #68B10A. Grayscale: #767676. Windows color (decimal): -6861067 or 16076439. OLE color: 16076439.

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

Color convert

RGB 151 78 245 -
CMYK 0.38 0.68 0 0.04
HSL 266.23º 0.89% 0.63% -
HSV(B) 266.23º 0.68% 0.96% -
XYZ 31.97 18.62 88.3 -
YUV 118.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 151 78 245 0.38 0.68 0 0.04 266.23 0.89 0.63
Hex 97 4E F5 26 44 0 4 10A 59 3F
Octal 227 116 365 46 104 0 4 412 131 77
Binary 10010111 1001110 11110101 100110 1000100 0 100 100001010 1011001 111111

Color Harmonies of #974EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EF5

Black with #974EF5

Text Example


Text Example

White with #974EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #974EF5;
 }
 .AnyTagClassName
 {
   color: #974EF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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