Html Css Color HEX #971BFD Blue Violet

📋 copy color: '#971BFD'

red 151 ◦ green 27 ◦ blue 253

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

Shades of Blue Violet #971BFD

Tints of Blue Violet #971BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 35.03%
G = 6.26%
B = 58.7%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#971BFD (or 0x971BFD) is known color: Blue Violet. HEX triplet: 97, 1B and FD. RGB value is (151,27,253). Sum of RGB (Red+Green+Blue) = 151+27+253=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #971BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971BFD is #68E402. Grayscale: #595959. Windows color (decimal): -6874115 or 16587671. OLE color: 16587671.

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

Color convert

RGB 151 27 253 -
CMYK 0.40 0.89 0 0.01
HSL 272.92º 0.98% 0.55% -
HSV(B) 272.92º 0.89% 0.99% -
XYZ 30.88 14.46 94.09 -
YUV 89.84 220.08 171.62 -
System Red Green Blue C M Y K H S L
Decimal 151 27 253 0.40 0.89 0 0.01 272.92 0.98 0.55
Hex 97 1B FD 28 59 0 1 111 62 37
Octal 227 33 375 50 131 0 1 421 142 67
Binary 10010111 11011 11111101 101000 1011001 0 1 100010001 1100010 110111

Color Harmonies of #971BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BFD

Black with #971BFD

Text Example


Text Example

White with #971BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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