Html Css Color HEX #974CFD Blue Violet

📋 copy color: '#974CFD'

red 151 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #974CFD

Tints of Blue Violet #974CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 31.46%
G = 15.83%
B = 52.71%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#974CFD (or 0x974CFD) is known color: Blue Violet. HEX triplet: 97, 4C and FD. RGB value is (151,76,253). Sum of RGB (Red+Green+Blue) = 151+76+253=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #974CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CFD is #68B302. Grayscale: #757575. Windows color (decimal): -6861571 or 16600215. OLE color: 16600215.

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

Color convert

RGB 151 76 253 -
CMYK 0.40 0.70 0 0.01
HSL 265.42º 0.98% 0.65% -
HSV(B) 265.42º 0.7% 0.99% -
XYZ 33.08 18.84 94.82 -
YUV 118.6 203.85 151.11 -
System Red Green Blue C M Y K H S L
Decimal 151 76 253 0.40 0.70 0 0.01 265.42 0.98 0.65
Hex 97 4C FD 28 46 0 1 109 62 41
Octal 227 114 375 50 106 0 1 411 142 101
Binary 10010111 1001100 11111101 101000 1000110 0 1 100001001 1100010 1000001

Color Harmonies of #974CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CFD

Black with #974CFD

Text Example


Text Example

White with #974CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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