Html Css Color HEX #974AED Blue Violet

📋 copy color: '#974AED'

red 151 ◦ green 74 ◦ blue 237

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

Shades of Blue Violet #974AED

Tints of Blue Violet #974AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 32.68%
G = 16.02%
B = 51.3%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#974AED (or 0x974AED) is known color: Blue Violet. HEX triplet: 97, 4A and ED. RGB value is (151,74,237). Sum of RGB (Red+Green+Blue) = 151+74+237=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #974AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974AED is #68B512. Grayscale: #737373. Windows color (decimal): -6862099 or 15551127. OLE color: 15551127.

HSL color Cylindrical-coordinate representation of color #974AED: hue angle of 268.34º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #974AED is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 74 237 -
CMYK 0.36 0.69 0 0.07
HSL 268.34º 0.82% 0.61% -
HSV(B) 268.34º 0.69% 0.93% -
XYZ 30.5 17.59 81.91 -
YUV 115.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 151 74 237 0.36 0.69 0 0.07 268.34 0.82 0.61
Hex 97 4A ED 24 45 0 7 10C 52 3D
Octal 227 112 355 44 105 0 7 414 122 75
Binary 10010111 1001010 11101101 100100 1000101 0 111 100001100 1010010 111101

Color Harmonies of #974AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AED

Black with #974AED

Text Example


Text Example

White with #974AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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