Html Css Color HEX #974CFF Blue Violet

📋 copy color: '#974CFF'

red 151 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #974CFF

Tints of Blue Violet #974CFF

RGB

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

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

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

R = 31.33%
G = 15.77%
B = 52.9%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#974CFF (or 0x974CFF) is known color: Blue Violet. HEX triplet: 97, 4C and FF. RGB value is (151,76,255). Sum of RGB (Red+Green+Blue) = 151+76+255=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #974CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CFF is #68B300. Grayscale: #767676. Windows color (decimal): -6861569 or 16731287. OLE color: 16731287.

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

Color convert

RGB 151 76 255 -
CMYK 0.41 0.70 0 0
HSL 265.14º 1% 0.65% -
HSV(B) 265.14º 0.7% 1% -
XYZ 33.4 18.97 96.51 -
YUV 118.83 204.85 150.95 -
System Red Green Blue C M Y K H S L
Decimal 151 76 255 0.41 0.70 0 0 265.14 1 0.65
Hex 97 4C FF 29 46 0 0 109 64 41
Octal 227 114 377 51 106 0 0 411 144 101
Binary 10010111 1001100 11111111 101001 1000110 0 0 100001001 1100100 1000001

Color Harmonies of #974CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CFF

Black with #974CFF

Text Example


Text Example

White with #974CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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