Html Css Color HEX #972AFB Blue Violet

📋 copy color: '#972AFB'

red 151 ◦ green 42 ◦ blue 251

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

Shades of Blue Violet #972AFB

Tints of Blue Violet #972AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 34.01%
G = 9.46%
B = 56.53%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#972AFB (or 0x972AFB) is known color: Blue Violet. HEX triplet: 97, 2A and FB. RGB value is (151,42,251). Sum of RGB (Red+Green+Blue) = 151+42+251=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #972AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972AFB is #68D504. Grayscale: #616161. Windows color (decimal): -6870277 or 16460439. OLE color: 16460439.

HSL color Cylindrical-coordinate representation of color #972AFB: hue angle of 271.29º degrees, saturation: 0.96, 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 #972AFB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 42 251 -
CMYK 0.40 0.83 0 0.02
HSL 271.29º 0.96% 0.57% -
HSV(B) 271.29º 0.83% 0.98% -
XYZ 31 15.2 92.57 -
YUV 98.42 214.11 165.51 -
System Red Green Blue C M Y K H S L
Decimal 151 42 251 0.40 0.83 0 0.02 271.29 0.96 0.57
Hex 97 2A FB 28 53 0 2 10F 60 39
Octal 227 52 373 50 123 0 2 417 140 71
Binary 10010111 101010 11111011 101000 1010011 0 10 100001111 1100000 111001

Color Harmonies of #972AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972AFB

Black with #972AFB

Text Example


Text Example

White with #972AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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