Html Css Color HEX #971BFF Blue Violet

📋 copy color: '#971BFF'

red 151 ◦ green 27 ◦ blue 255

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

Shades of Blue Violet #971BFF

Tints of Blue Violet #971BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.24%

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

R = 34.87%
G = 6.24%
B = 58.89%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#971BFF (or 0x971BFF) is known color: Blue Violet. HEX triplet: 97, 1B and FF. RGB value is (151,27,255). Sum of RGB (Red+Green+Blue) = 151+27+255=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #971BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971BFF is #68E400. Grayscale: #595959. Windows color (decimal): -6874113 or 16718743. OLE color: 16718743.

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

Color convert

RGB 151 27 255 -
CMYK 0.41 0.89 0 0
HSL 272.63º 1% 0.55% -
HSV(B) 272.63º 0.89% 1% -
XYZ 31.2 14.58 95.78 -
YUV 90.07 221.08 171.46 -
System Red Green Blue C M Y K H S L
Decimal 151 27 255 0.41 0.89 0 0 272.63 1 0.55
Hex 97 1B FF 29 59 0 0 111 64 37
Octal 227 33 377 51 131 0 0 421 144 67
Binary 10010111 11011 11111111 101001 1011001 0 0 100010001 1100100 110111

Color Harmonies of #971BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BFF

Black with #971BFF

Text Example


Text Example

White with #971BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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