Html Css Color HEX #972AF9 Blue Violet

📋 copy color: '#972AF9'

red 151 ◦ green 42 ◦ blue 249

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

Shades of Blue Violet #972AF9

Tints of Blue Violet #972AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.5%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 34.16%
G = 9.5%
B = 56.33%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#972AF9 (or 0x972AF9) is known color: Blue Violet. HEX triplet: 97, 2A and F9. RGB value is (151,42,249). Sum of RGB (Red+Green+Blue) = 151+42+249=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #972AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972AF9 is #68D506. Grayscale: #616161. Windows color (decimal): -6870279 or 16329367. OLE color: 16329367.

HSL color Cylindrical-coordinate representation of color #972AF9: hue angle of 271.59º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #972AF9 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 42 249 -
CMYK 0.39 0.83 0 0.02
HSL 271.59º 0.95% 0.57% -
HSV(B) 271.59º 0.83% 0.98% -
XYZ 30.69 15.07 90.91 -
YUV 98.19 213.11 165.67 -
System Red Green Blue C M Y K H S L
Decimal 151 42 249 0.39 0.83 0 0.02 271.59 0.95 0.57
Hex 97 2A F9 27 53 0 2 110 5F 39
Octal 227 52 371 47 123 0 2 420 137 71
Binary 10010111 101010 11111001 100111 1010011 0 10 100010000 1011111 111001

Color Harmonies of #972AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972AF9

Black with #972AF9

Text Example


Text Example

White with #972AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972AF9; }

 p { color: rgb(151,42,249); }

 H1.HeaderClassName
 {
   color: #972AF9;
 }
 .AnyTagClassName
 {
   color: #972AF9;
 }
</style>

background-color css

<style>
 a { background-color: #972AF9; }

 a { background-color: rgb(151,42,249); }

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

border-color css

<style>
 span { border-color: #972AF9; }

 span { border-color: rgb(151,42,249); }

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