Html Css Color HEX #971FFE Blue Violet

📋 copy color: '#971FFE'

red 151 ◦ green 31 ◦ blue 254

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

Shades of Blue Violet #971FFE

Tints of Blue Violet #971FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.11%

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 34.63%
G = 7.11%
B = 58.26%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#971FFE (or 0x971FFE) is known color: Blue Violet. HEX triplet: 97, 1F and FE. RGB value is (151,31,254). Sum of RGB (Red+Green+Blue) = 151+31+254=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #971FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971FFE is #68E001. Grayscale: #5B5B5B. Windows color (decimal): -6873090 or 16654231. OLE color: 16654231.

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

Color convert

RGB 151 31 254 -
CMYK 0.41 0.88 0 0.00
HSL 272.29º 0.99% 0.56% -
HSV(B) 272.29º 0.88% 1% -
XYZ 31.14 14.72 94.96 -
YUV 92.3 219.26 169.87 -
System Red Green Blue C M Y K H S L
Decimal 151 31 254 0.41 0.88 0 0.00 272.29 0.99 0.56
Hex 97 1F FE 29 58 0 0 110 63 38
Octal 227 37 376 51 130 0 0 420 143 70
Binary 10010111 11111 11111110 101001 1011000 0 0 100010000 1100011 111000

Color Harmonies of #971FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FFE

Black with #971FFE

Text Example


Text Example

White with #971FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,254); }

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

background-color css

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

 a { background-color: rgb(151,31,254); }

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

border-color css

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

 span { border-color: rgb(151,31,254); }

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