Html Css Color HEX #971DF0 Blue Violet

📋 copy color: '#971DF0'

red 151 ◦ green 29 ◦ blue 240

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

Shades of Blue Violet #971DF0

Tints of Blue Violet #971DF0

RGB

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

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

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

R = 35.95%
G = 6.9%
B = 57.14%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#971DF0 (or 0x971DF0) is known color: Blue Violet. HEX triplet: 97, 1D and F0. RGB value is (151,29,240). Sum of RGB (Red+Green+Blue) = 151+29+240=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #971DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DF0 is #68E20F. Grayscale: #585858. Windows color (decimal): -6873616 or 15736215. OLE color: 15736215.

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

Color convert

RGB 151 29 240 -
CMYK 0.37 0.88 0 0.06
HSL 274.69º 0.88% 0.53% -
HSV(B) 274.69º 0.88% 0.94% -
XYZ 28.93 13.75 83.57 -
YUV 89.53 212.92 171.84 -
System Red Green Blue C M Y K H S L
Decimal 151 29 240 0.37 0.88 0 0.06 274.69 0.88 0.53
Hex 97 1D F0 25 58 0 6 113 58 35
Octal 227 35 360 45 130 0 6 423 130 65
Binary 10010111 11101 11110000 100101 1011000 0 110 100010011 1011000 110101

Color Harmonies of #971DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DF0

Black with #971DF0

Text Example


Text Example

White with #971DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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