Html Css Color HEX #972BDB Blue Violet

📋 copy color: '#972BDB'

red 151 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #972BDB

Tints of Blue Violet #972BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

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

R = 36.56%
G = 10.41%
B = 53.03%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#972BDB (or 0x972BDB) is known color: Blue Violet. HEX triplet: 97, 2B and DB. RGB value is (151,43,219). Sum of RGB (Red+Green+Blue) = 151+43+219=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #972BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BDB is #68D424. Grayscale: #5E5E5E. Windows color (decimal): -6870053 or 14363543. OLE color: 14363543.

HSL color Cylindrical-coordinate representation of color #972BDB: hue angle of 276.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972BDB is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 43 219 -
CMYK 0.31 0.80 0 0.14
HSL 276.82º 0.71% 0.51% -
HSV(B) 276.82º 0.8% 0.86% -
XYZ 26.41 13.42 68.22 -
YUV 95.36 197.78 167.69 -
System Red Green Blue C M Y K H S L
Decimal 151 43 219 0.31 0.80 0 0.14 276.82 0.71 0.51
Hex 97 2B DB 1F 50 0 E 115 47 33
Octal 227 53 333 37 120 0 16 425 107 63
Binary 10010111 101011 11011011 11111 1010000 0 1110 100010101 1000111 110011

Color Harmonies of #972BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BDB

Black with #972BDB

Text Example


Text Example

White with #972BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972BDB; }

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

 H1.HeaderClassName
 {
   color: #972BDB;
 }
 .AnyTagClassName
 {
   color: #972BDB;
 }
</style>

background-color css

<style>
 a { background-color: #972BDB; }

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

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

border-color css

<style>
 span { border-color: #972BDB; }

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

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