Html Css Color HEX #971FDC Blue Violet

📋 copy color: '#971FDC'

red 151 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #971FDC

Tints of Blue Violet #971FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 37.56%
G = 7.71%
B = 54.73%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#971FDC (or 0x971FDC) is known color: Blue Violet. HEX triplet: 97, 1F and DC. RGB value is (151,31,220). Sum of RGB (Red+Green+Blue) = 151+31+220=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #971FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FDC is #68E023. Grayscale: #575757. Windows color (decimal): -6873124 or 14426007. OLE color: 14426007.

HSL color Cylindrical-coordinate representation of color #971FDC: hue angle of 278.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971FDC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 31 220 -
CMYK 0.31 0.86 0 0.14
HSL 278.1º 0.75% 0.49% -
HSV(B) 278.1º 0.86% 0.86% -
XYZ 26.17 12.73 68.79 -
YUV 88.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 151 31 220 0.31 0.86 0 0.14 278.1 0.75 0.49
Hex 97 1F DC 1F 56 0 E 116 4B 31
Octal 227 37 334 37 126 0 16 426 113 61
Binary 10010111 11111 11011100 11111 1010110 0 1110 100010110 1001011 110001

Color Harmonies of #971FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FDC

Black with #971FDC

Text Example


Text Example

White with #971FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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