Html Css Color HEX #974AFF Blue Violet

📋 copy color: '#974AFF'

red 151 ◦ green 74 ◦ blue 255

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

Shades of Blue Violet #974AFF

Tints of Blue Violet #974AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 31.46%
G = 15.42%
B = 53.13%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#974AFF (or 0x974AFF) is known color: Blue Violet. HEX triplet: 97, 4A and FF. RGB value is (151,74,255). Sum of RGB (Red+Green+Blue) = 151+74+255=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #974AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974AFF is #68B500. Grayscale: #757575. Windows color (decimal): -6862081 or 16730775. OLE color: 16730775.

HSL color Cylindrical-coordinate representation of color #974AFF: hue angle of 265.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #974AFF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 74 255 -
CMYK 0.41 0.71 0 0
HSL 265.52º 1% 0.65% -
HSV(B) 265.52º 0.71% 1% -
XYZ 33.26 18.7 96.46 -
YUV 117.66 205.51 151.78 -
System Red Green Blue C M Y K H S L
Decimal 151 74 255 0.41 0.71 0 0 265.52 1 0.65
Hex 97 4A FF 29 47 0 0 10A 64 41
Octal 227 112 377 51 107 0 0 412 144 101
Binary 10010111 1001010 11111111 101001 1000111 0 0 100001010 1100100 1000001

Color Harmonies of #974AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AFF

Black with #974AFF

Text Example


Text Example

White with #974AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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