Html Css Color HEX #971AFF Blue Violet

📋 copy color: '#971AFF'

red 151 ◦ green 26 ◦ blue 255

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

Shades of Blue Violet #971AFF

Tints of Blue Violet #971AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 34.95%
G = 6.02%
B = 59.03%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#971AFF (or 0x971AFF) is known color: Blue Violet. HEX triplet: 97, 1A and FF. RGB value is (151,26,255). Sum of RGB (Red+Green+Blue) = 151+26+255=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #971AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971AFF is #68E500. Grayscale: #585858. Windows color (decimal): -6874369 or 16718487. OLE color: 16718487.

HSL color Cylindrical-coordinate representation of color #971AFF: hue angle of 272.75º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #971AFF is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 26 255 -
CMYK 0.41 0.90 0 0
HSL 272.75º 1% 0.55% -
HSV(B) 272.75º 0.9% 1% -
XYZ 31.18 14.54 95.77 -
YUV 89.48 221.41 171.88 -
System Red Green Blue C M Y K H S L
Decimal 151 26 255 0.41 0.90 0 0 272.75 1 0.55
Hex 97 1A FF 29 5A 0 0 111 64 37
Octal 227 32 377 51 132 0 0 421 144 67
Binary 10010111 11010 11111111 101001 1011010 0 0 100010001 1100100 110111

Color Harmonies of #971AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AFF

Black with #971AFF

Text Example


Text Example

White with #971AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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