Html Css Color HEX #971FEB Blue Violet

📋 copy color: '#971FEB'

red 151 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #971FEB

Tints of Blue Violet #971FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.43%

 BLUE value IS 235 (92.19% from 255) = 56.35%

R = 36.21%
G = 7.43%
B = 56.35%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#971FEB (or 0x971FEB) is known color: Blue Violet. HEX triplet: 97, 1F and EB. RGB value is (151,31,235). Sum of RGB (Red+Green+Blue) = 151+31+235=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #971FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971FEB is #68E014. Grayscale: #595959. Windows color (decimal): -6873109 or 15409047. OLE color: 15409047.

HSL color Cylindrical-coordinate representation of color #971FEB: hue angle of 275.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971FEB is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 31 235 -
CMYK 0.36 0.87 0 0.08
HSL 275.29º 0.84% 0.52% -
HSV(B) 275.29º 0.87% 0.92% -
XYZ 28.25 13.56 79.73 -
YUV 90.14 209.76 171.41 -
System Red Green Blue C M Y K H S L
Decimal 151 31 235 0.36 0.87 0 0.08 275.29 0.84 0.52
Hex 97 1F EB 24 57 0 8 113 54 34
Octal 227 37 353 44 127 0 10 423 124 64
Binary 10010111 11111 11101011 100100 1010111 0 1000 100010011 1010100 110100

Color Harmonies of #971FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FEB

Black with #971FEB

Text Example


Text Example

White with #971FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,235); }

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

background-color css

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

 a { background-color: rgb(151,31,235); }

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

border-color css

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

 span { border-color: rgb(151,31,235); }

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