Html Css Color HEX #974AF8 Blue Violet

📋 copy color: '#974AF8'

red 151 ◦ green 74 ◦ blue 248

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

Shades of Blue Violet #974AF8

Tints of Blue Violet #974AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.43%

R = 31.92%
G = 15.64%
B = 52.43%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#974AF8 (or 0x974AF8) is known color: Blue Violet. HEX triplet: 97, 4A and F8. RGB value is (151,74,248). Sum of RGB (Red+Green+Blue) = 151+74+248=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #974AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974AF8 is #68B507. Grayscale: #747474. Windows color (decimal): -6862088 or 16272023. OLE color: 16272023.

HSL color Cylindrical-coordinate representation of color #974AF8: hue angle of 266.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #974AF8 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 74 248 -
CMYK 0.39 0.70 0 0.03
HSL 266.55º 0.93% 0.63% -
HSV(B) 266.55º 0.7% 0.97% -
XYZ 32.15 18.25 90.64 -
YUV 116.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 151 74 248 0.39 0.70 0 0.03 266.55 0.93 0.63
Hex 97 4A F8 27 46 0 3 10B 5D 3F
Octal 227 112 370 47 106 0 3 413 135 77
Binary 10010111 1001010 11111000 100111 1000110 0 11 100001011 1011101 111111

Color Harmonies of #974AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AF8

Black with #974AF8

Text Example


Text Example

White with #974AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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