Html Css Color HEX #974CFE Blue Violet

📋 copy color: '#974CFE'

red 151 ◦ green 76 ◦ blue 254

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

Shades of Blue Violet #974CFE

Tints of Blue Violet #974CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 31.39%
G = 15.8%
B = 52.81%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#974CFE (or 0x974CFE) is known color: Blue Violet. HEX triplet: 97, 4C and FE. RGB value is (151,76,254). Sum of RGB (Red+Green+Blue) = 151+76+254=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #974CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CFE is #68B301. Grayscale: #767676. Windows color (decimal): -6861570 or 16665751. OLE color: 16665751.

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

Color convert

RGB 151 76 254 -
CMYK 0.41 0.70 0 0.00
HSL 265.28º 0.99% 0.65% -
HSV(B) 265.28º 0.7% 1% -
XYZ 33.24 18.9 95.66 -
YUV 118.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 151 76 254 0.41 0.70 0 0.00 265.28 0.99 0.65
Hex 97 4C FE 29 46 0 0 109 63 41
Octal 227 114 376 51 106 0 0 411 143 101
Binary 10010111 1001100 11111110 101001 1000110 0 0 100001001 1100011 1000001

Color Harmonies of #974CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CFE

Black with #974CFE

Text Example


Text Example

White with #974CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,76,254); }

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

background-color css

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

 a { background-color: rgb(151,76,254); }

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

border-color css

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

 span { border-color: rgb(151,76,254); }

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