Html Css Color HEX #976BDB Medium Purple

📋 copy color: '#976BDB'

red 151 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #976BDB

Tints of Medium Purple #976BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.43%

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

R = 31.66%
G = 22.43%
B = 45.91%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#976BDB (or 0x976BDB) is known color: Medium Purple. HEX triplet: 97, 6B and DB. RGB value is (151,107,219). Sum of RGB (Red+Green+Blue) = 151+107+219=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #976BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BDB is #689424. Grayscale: #848484. Windows color (decimal): -6853669 or 14379927. OLE color: 14379927.

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

Color convert

RGB 151 107 219 -
CMYK 0.31 0.51 0 0.14
HSL 263.57º 0.61% 0.64% -
HSV(B) 263.57º 0.51% 0.86% -
XYZ 30.81 22.21 69.68 -
YUV 132.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 151 107 219 0.31 0.51 0 0.14 263.57 0.61 0.64
Hex 97 6B DB 1F 33 0 E 108 3D 40
Octal 227 153 333 37 63 0 16 410 75 100
Binary 10010111 1101011 11011011 11111 110011 0 1110 100001000 111101 1000000

Color Harmonies of #976BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BDB

Black with #976BDB

Text Example


Text Example

White with #976BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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