Html Css Color HEX #971BF0 Blue Violet

📋 copy color: '#971BF0'

red 151 ◦ green 27 ◦ blue 240

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

Shades of Blue Violet #971BF0

Tints of Blue Violet #971BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 36.12%
G = 6.46%
B = 57.42%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#971BF0 (or 0x971BF0) is known color: Blue Violet. HEX triplet: 97, 1B and F0. RGB value is (151,27,240). Sum of RGB (Red+Green+Blue) = 151+27+240=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #971BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971BF0 is #68E40F. Grayscale: #575757. Windows color (decimal): -6874128 or 15735703. OLE color: 15735703.

HSL color Cylindrical-coordinate representation of color #971BF0: hue angle of 274.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971BF0 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 27 240 -
CMYK 0.37 0.89 0 0.06
HSL 274.93º 0.88% 0.52% -
HSV(B) 274.93º 0.89% 0.94% -
XYZ 28.88 13.65 83.55 -
YUV 88.36 213.58 172.68 -
System Red Green Blue C M Y K H S L
Decimal 151 27 240 0.37 0.89 0 0.06 274.93 0.88 0.52
Hex 97 1B F0 25 59 0 6 113 58 34
Octal 227 33 360 45 131 0 6 423 130 64
Binary 10010111 11011 11110000 100101 1011001 0 110 100010011 1011000 110100

Color Harmonies of #971BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BF0

Black with #971BF0

Text Example


Text Example

White with #971BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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