Html Css Color HEX #974DFB Blue Violet

📋 copy color: '#974DFB'

red 151 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #974DFB

Tints of Blue Violet #974DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.08%

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 31.52%
G = 16.08%
B = 52.4%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#974DFB (or 0x974DFB) is known color: Blue Violet. HEX triplet: 97, 4D and FB. RGB value is (151,77,251). Sum of RGB (Red+Green+Blue) = 151+77+251=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #974DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974DFB is #68B204. Grayscale: #767676. Windows color (decimal): -6861317 or 16469399. OLE color: 16469399.

HSL color Cylindrical-coordinate representation of color #974DFB: hue angle of 265.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #974DFB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 77 251 -
CMYK 0.40 0.69 0 0.02
HSL 265.52º 0.96% 0.64% -
HSV(B) 265.52º 0.69% 0.98% -
XYZ 32.83 18.85 93.18 -
YUV 118.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 151 77 251 0.40 0.69 0 0.02 265.52 0.96 0.64
Hex 97 4D FB 28 45 0 2 10A 60 40
Octal 227 115 373 50 105 0 2 412 140 100
Binary 10010111 1001101 11111011 101000 1000101 0 10 100001010 1100000 1000000

Color Harmonies of #974DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DFB

Black with #974DFB

Text Example


Text Example

White with #974DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,251); }

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

background-color css

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

 a { background-color: rgb(151,77,251); }

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

border-color css

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

 span { border-color: rgb(151,77,251); }

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