Html Css Color HEX #976FDB Medium Purple

📋 copy color: '#976FDB'

red 151 ◦ green 111 ◦ blue 219

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

Shades of Medium Purple #976FDB

Tints of Medium Purple #976FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

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

R = 31.39%
G = 23.08%
B = 45.53%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#976FDB (or 0x976FDB) is known color: Medium Purple. HEX triplet: 97, 6F and DB. RGB value is (151,111,219). Sum of RGB (Red+Green+Blue) = 151+111+219=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #976FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FDB is #689024. Grayscale: #868686. Windows color (decimal): -6852645 or 14380951. OLE color: 14380951.

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

Color convert

RGB 151 111 219 -
CMYK 0.31 0.49 0 0.14
HSL 262.22º 0.6% 0.65% -
HSV(B) 262.22º 0.49% 0.86% -
XYZ 31.23 23.06 69.82 -
YUV 135.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 151 111 219 0.31 0.49 0 0.14 262.22 0.6 0.65
Hex 97 6F DB 1F 31 0 E 106 3C 41
Octal 227 157 333 37 61 0 16 406 74 101
Binary 10010111 1101111 11011011 11111 110001 0 1110 100000110 111100 1000001

Color Harmonies of #976FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FDB

Black with #976FDB

Text Example


Text Example

White with #976FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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