Html Css Color HEX #971DFE Blue Violet

📋 copy color: '#971DFE'

red 151 ◦ green 29 ◦ blue 254

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

Shades of Blue Violet #971DFE

Tints of Blue Violet #971DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.68%

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

R = 34.79%
G = 6.68%
B = 58.53%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#971DFE (or 0x971DFE) is known color: Blue Violet. HEX triplet: 97, 1D and FE. RGB value is (151,29,254). Sum of RGB (Red+Green+Blue) = 151+29+254=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #971DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DFE is #68E201. Grayscale: #5A5A5A. Windows color (decimal): -6873602 or 16653719. OLE color: 16653719.

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

Color convert

RGB 151 29 254 -
CMYK 0.41 0.89 0 0.00
HSL 272.53º 0.99% 0.55% -
HSV(B) 272.53º 0.89% 1% -
XYZ 31.09 14.61 94.95 -
YUV 91.13 219.92 170.7 -
System Red Green Blue C M Y K H S L
Decimal 151 29 254 0.41 0.89 0 0.00 272.53 0.99 0.55
Hex 97 1D FE 29 59 0 0 111 63 37
Octal 227 35 376 51 131 0 0 421 143 67
Binary 10010111 11101 11111110 101001 1011001 0 0 100010001 1100011 110111

Color Harmonies of #971DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DFE

Black with #971DFE

Text Example


Text Example

White with #971DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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