Html Css Color HEX #971EFF Blue Violet

📋 copy color: '#971EFF'

red 151 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #971EFF

Tints of Blue Violet #971EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.88%

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

R = 34.63%
G = 6.88%
B = 58.49%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#971EFF (or 0x971EFF) is known color: Blue Violet. HEX triplet: 97, 1E and FF. RGB value is (151,30,255). Sum of RGB (Red+Green+Blue) = 151+30+255=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #971EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971EFF is #68E100. Grayscale: #5B5B5B. Windows color (decimal): -6873345 or 16719511. OLE color: 16719511.

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

Color convert

RGB 151 30 255 -
CMYK 0.41 0.88 0 0
HSL 272.27º 1% 0.56% -
HSV(B) 272.27º 0.88% 1% -
XYZ 31.28 14.73 95.8 -
YUV 91.83 220.09 170.2 -
System Red Green Blue C M Y K H S L
Decimal 151 30 255 0.41 0.88 0 0 272.27 1 0.56
Hex 97 1E FF 29 58 0 0 110 64 38
Octal 227 36 377 51 130 0 0 420 144 70
Binary 10010111 11110 11111111 101001 1011000 0 0 100010000 1100100 111000

Color Harmonies of #971EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EFF

Black with #971EFF

Text Example


Text Example

White with #971EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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