Html Css Color HEX #971BDF Blue Violet

📋 copy color: '#971BDF'

red 151 ◦ green 27 ◦ blue 223

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

Shades of Blue Violet #971BDF

Tints of Blue Violet #971BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 37.66%
G = 6.73%
B = 55.61%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#971BDF (or 0x971BDF) is known color: Blue Violet. HEX triplet: 97, 1B and DF. RGB value is (151,27,223). Sum of RGB (Red+Green+Blue) = 151+27+223=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #971BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BDF is #68E420. Grayscale: #555555. Windows color (decimal): -6874145 or 14621591. OLE color: 14621591.

HSL color Cylindrical-coordinate representation of color #971BDF: hue angle of 277.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971BDF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 27 223 -
CMYK 0.32 0.88 0 0.13
HSL 277.96º 0.78% 0.49% -
HSV(B) 277.96º 0.88% 0.87% -
XYZ 26.47 12.69 70.87 -
YUV 86.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 151 27 223 0.32 0.88 0 0.13 277.96 0.78 0.49
Hex 97 1B DF 20 58 0 D 116 4E 31
Octal 227 33 337 40 130 0 15 426 116 61
Binary 10010111 11011 11011111 100000 1011000 0 1101 100010110 1001110 110001

Color Harmonies of #971BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BDF

Black with #971BDF

Text Example


Text Example

White with #971BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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