Html Css Color HEX #976BD6 Medium Purple

📋 copy color: '#976BD6'

red 151 ◦ green 107 ◦ blue 214

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

Shades of Medium Purple #976BD6

Tints of Medium Purple #976BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 31.99%
G = 22.67%
B = 45.34%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#976BD6 (or 0x976BD6) is known color: Medium Purple. HEX triplet: 97, 6B and D6. RGB value is (151,107,214). Sum of RGB (Red+Green+Blue) = 151+107+214=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #976BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BD6 is #689429. Grayscale: #838383. Windows color (decimal): -6853674 or 14052247. OLE color: 14052247.

HSL color Cylindrical-coordinate representation of color #976BD6: hue angle of 264.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976BD6 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 107 214 -
CMYK 0.29 0.50 0 0.16
HSL 264.67º 0.57% 0.63% -
HSV(B) 264.67º 0.5% 0.84% -
XYZ 30.16 21.95 66.27 -
YUV 132.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 151 107 214 0.29 0.50 0 0.16 264.67 0.57 0.63
Hex 97 6B D6 1D 32 0 10 109 39 3F
Octal 227 153 326 35 62 0 20 411 71 77
Binary 10010111 1101011 11010110 11101 110010 0 10000 100001001 111001 111111

Color Harmonies of #976BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BD6

Black with #976BD6

Text Example


Text Example

White with #976BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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