Html Css Color HEX #971AFB Blue Violet

📋 copy color: '#971AFB'

red 151 ◦ green 26 ◦ blue 251

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

Shades of Blue Violet #971AFB

Tints of Blue Violet #971AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

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

R = 35.28%
G = 6.07%
B = 58.64%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#971AFB (or 0x971AFB) is known color: Blue Violet. HEX triplet: 97, 1A and FB. RGB value is (151,26,251). Sum of RGB (Red+Green+Blue) = 151+26+251=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #971AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971AFB is #68E504. Grayscale: #585858. Windows color (decimal): -6874373 or 16456343. OLE color: 16456343.

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

Color convert

RGB 151 26 251 -
CMYK 0.40 0.90 0 0.02
HSL 273.33º 0.97% 0.54% -
HSV(B) 273.33º 0.9% 0.98% -
XYZ 30.54 14.28 92.41 -
YUV 89.03 219.41 172.2 -
System Red Green Blue C M Y K H S L
Decimal 151 26 251 0.40 0.90 0 0.02 273.33 0.97 0.54
Hex 97 1A FB 28 5A 0 2 111 61 36
Octal 227 32 373 50 132 0 2 421 141 66
Binary 10010111 11010 11111011 101000 1011010 0 10 100010001 1100001 110110

Color Harmonies of #971AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AFB

Black with #971AFB

Text Example


Text Example

White with #971AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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