Html Css Color HEX #976EDD Medium Purple

📋 copy color: '#976EDD'

red 151 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #976EDD

Tints of Medium Purple #976EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 31.33%
G = 22.82%
B = 45.85%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#976EDD (or 0x976EDD) is known color: Medium Purple. HEX triplet: 97, 6E and DD. RGB value is (151,110,221). Sum of RGB (Red+Green+Blue) = 151+110+221=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #976EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EDD is #689122. Grayscale: #868686. Windows color (decimal): -6852899 or 14511767. OLE color: 14511767.

HSL color Cylindrical-coordinate representation of color #976EDD: hue angle of 262.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976EDD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 110 221 -
CMYK 0.32 0.50 0 0.13
HSL 262.16º 0.62% 0.65% -
HSV(B) 262.16º 0.5% 0.87% -
XYZ 31.39 22.95 71.18 -
YUV 134.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 151 110 221 0.32 0.50 0 0.13 262.16 0.62 0.65
Hex 97 6E DD 20 32 0 D 106 3E 41
Octal 227 156 335 40 62 0 15 406 76 101
Binary 10010111 1101110 11011101 100000 110010 0 1101 100000110 111110 1000001

Color Harmonies of #976EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976EDD

Black with #976EDD

Text Example


Text Example

White with #976EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,221); }

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

background-color css

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

 a { background-color: rgb(151,110,221); }

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

border-color css

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

 span { border-color: rgb(151,110,221); }

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