Html Css Color HEX #974AF4 Blue Violet

📋 copy color: '#974AF4'

red 151 ◦ green 74 ◦ blue 244

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

Shades of Blue Violet #974AF4

Tints of Blue Violet #974AF4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.78%

 BLUE value IS 244 (95.7% from 255) = 52.03%

R = 32.2%
G = 15.78%
B = 52.03%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#974AF4 (or 0x974AF4) is known color: Blue Violet. HEX triplet: 97, 4A and F4. RGB value is (151,74,244). Sum of RGB (Red+Green+Blue) = 151+74+244=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #974AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974AF4 is #68B50B. Grayscale: #737373. Windows color (decimal): -6862092 or 16009879. OLE color: 16009879.

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

Color convert

RGB 151 74 244 -
CMYK 0.38 0.70 0 0.04
HSL 267.18º 0.89% 0.62% -
HSV(B) 267.18º 0.7% 0.96% -
XYZ 31.54 18.01 87.4 -
YUV 116.4 200.01 152.68 -
System Red Green Blue C M Y K H S L
Decimal 151 74 244 0.38 0.70 0 0.04 267.18 0.89 0.62
Hex 97 4A F4 26 46 0 4 10B 59 3E
Octal 227 112 364 46 106 0 4 413 131 76
Binary 10010111 1001010 11110100 100110 1000110 0 100 100001011 1011001 111110

Color Harmonies of #974AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AF4

Black with #974AF4

Text Example


Text Example

White with #974AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,74,244); }

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

background-color css

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

 a { background-color: rgb(151,74,244); }

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

border-color css

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

 span { border-color: rgb(151,74,244); }

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