Html Css Color HEX #971DFB Blue Violet

📋 copy color: '#971DFB'

red 151 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #971DFB

Tints of Blue Violet #971DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.73%

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

R = 35.03%
G = 6.73%
B = 58.24%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#971DFB (or 0x971DFB) is known color: Blue Violet. HEX triplet: 97, 1D and FB. RGB value is (151,29,251). Sum of RGB (Red+Green+Blue) = 151+29+251=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #971DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DFB is #68E204. Grayscale: #5A5A5A. Windows color (decimal): -6873605 or 16457111. OLE color: 16457111.

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

Color convert

RGB 151 29 251 -
CMYK 0.40 0.88 0 0.02
HSL 272.97º 0.97% 0.55% -
HSV(B) 272.97º 0.88% 0.98% -
XYZ 30.61 14.42 92.44 -
YUV 90.79 218.42 170.95 -
System Red Green Blue C M Y K H S L
Decimal 151 29 251 0.40 0.88 0 0.02 272.97 0.97 0.55
Hex 97 1D FB 28 58 0 2 111 61 37
Octal 227 35 373 50 130 0 2 421 141 67
Binary 10010111 11101 11111011 101000 1011000 0 10 100010001 1100001 110111

Color Harmonies of #971DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DFB

Black with #971DFB

Text Example


Text Example

White with #971DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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