Html Css Color HEX #974AF9 Blue Violet

📋 copy color: '#974AF9'

red 151 ◦ green 74 ◦ blue 249

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

Shades of Blue Violet #974AF9

Tints of Blue Violet #974AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 31.86%
G = 15.61%
B = 52.53%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#974AF9 (or 0x974AF9) is known color: Blue Violet. HEX triplet: 97, 4A and F9. RGB value is (151,74,249). Sum of RGB (Red+Green+Blue) = 151+74+249=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #974AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974AF9 is #68B506. Grayscale: #747474. Windows color (decimal): -6862087 or 16337559. OLE color: 16337559.

HSL color Cylindrical-coordinate representation of color #974AF9: hue angle of 266.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #974AF9 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 74 249 -
CMYK 0.39 0.70 0 0.02
HSL 266.4º 0.94% 0.63% -
HSV(B) 266.4º 0.7% 0.98% -
XYZ 32.31 18.32 91.46 -
YUV 116.97 202.51 152.27 -
System Red Green Blue C M Y K H S L
Decimal 151 74 249 0.39 0.70 0 0.02 266.4 0.94 0.63
Hex 97 4A F9 27 46 0 2 10A 5E 3F
Octal 227 112 371 47 106 0 2 412 136 77
Binary 10010111 1001010 11111001 100111 1000110 0 10 100001010 1011110 111111

Color Harmonies of #974AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AF9

Black with #974AF9

Text Example


Text Example

White with #974AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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