Html Css Color HEX #971CDB Blue Violet

📋 copy color: '#971CDB'

red 151 ◦ green 28 ◦ blue 219

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

Shades of Blue Violet #971CDB

Tints of Blue Violet #971CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 37.94%
G = 7.04%
B = 55.03%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#971CDB (or 0x971CDB) is known color: Blue Violet. HEX triplet: 97, 1C and DB. RGB value is (151,28,219). Sum of RGB (Red+Green+Blue) = 151+28+219=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #971CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CDB is #68E324. Grayscale: #555555. Windows color (decimal): -6873893 or 14359703. OLE color: 14359703.

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

Color convert

RGB 151 28 219 -
CMYK 0.31 0.87 0 0.14
HSL 278.64º 0.77% 0.48% -
HSV(B) 278.64º 0.87% 0.86% -
XYZ 25.96 12.52 68.07 -
YUV 86.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 151 28 219 0.31 0.87 0 0.14 278.64 0.77 0.48
Hex 97 1C DB 1F 57 0 E 117 4D 30
Octal 227 34 333 37 127 0 16 427 115 60
Binary 10010111 11100 11011011 11111 1010111 0 1110 100010111 1001101 110000

Color Harmonies of #971CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CDB

Black with #971CDB

Text Example


Text Example

White with #971CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,219); }

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

background-color css

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

 a { background-color: rgb(151,28,219); }

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

border-color css

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

 span { border-color: rgb(151,28,219); }

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