Html Css Color HEX #972AFD Blue Violet

📋 copy color: '#972AFD'

red 151 ◦ green 42 ◦ blue 253

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

Shades of Blue Violet #972AFD

Tints of Blue Violet #972AFD

RGB

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

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

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

R = 33.86%
G = 9.42%
B = 56.73%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#972AFD (or 0x972AFD) is known color: Blue Violet. HEX triplet: 97, 2A and FD. RGB value is (151,42,253). Sum of RGB (Red+Green+Blue) = 151+42+253=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #972AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972AFD is #68D502. Grayscale: #616161. Windows color (decimal): -6870275 or 16591511. OLE color: 16591511.

HSL color Cylindrical-coordinate representation of color #972AFD: hue angle of 271º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #972AFD is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 42 253 -
CMYK 0.40 0.83 0 0.01
HSL 271º 0.98% 0.58% -
HSV(B) 271º 0.83% 0.99% -
XYZ 31.32 15.33 94.24 -
YUV 98.65 215.11 165.34 -
System Red Green Blue C M Y K H S L
Decimal 151 42 253 0.40 0.83 0 0.01 271 0.98 0.58
Hex 97 2A FD 28 53 0 1 10F 62 3A
Octal 227 52 375 50 123 0 1 417 142 72
Binary 10010111 101010 11111101 101000 1010011 0 1 100001111 1100010 111010

Color Harmonies of #972AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972AFD

Black with #972AFD

Text Example


Text Example

White with #972AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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