Html Css Color HEX #972DFB Blue Violet

📋 copy color: '#972DFB'

red 151 ◦ green 45 ◦ blue 251

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

Shades of Blue Violet #972DFB

Tints of Blue Violet #972DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

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

R = 33.78%
G = 10.07%
B = 56.15%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#972DFB (or 0x972DFB) is known color: Blue Violet. HEX triplet: 97, 2D and FB. RGB value is (151,45,251). Sum of RGB (Red+Green+Blue) = 151+45+251=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #972DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972DFB is #68D204. Grayscale: #636363. Windows color (decimal): -6869509 or 16461207. OLE color: 16461207.

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

Color convert

RGB 151 45 251 -
CMYK 0.40 0.82 0 0.02
HSL 270.87º 0.96% 0.58% -
HSV(B) 270.87º 0.82% 0.98% -
XYZ 31.11 15.42 92.6 -
YUV 100.18 213.12 164.25 -
System Red Green Blue C M Y K H S L
Decimal 151 45 251 0.40 0.82 0 0.02 270.87 0.96 0.58
Hex 97 2D FB 28 52 0 2 10F 60 3A
Octal 227 55 373 50 122 0 2 417 140 72
Binary 10010111 101101 11111011 101000 1010010 0 10 100001111 1100000 111010

Color Harmonies of #972DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DFB

Black with #972DFB

Text Example


Text Example

White with #972DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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