Html Css Color HEX #976ADD Medium Purple

📋 copy color: '#976ADD'

red 151 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #976ADD

Tints of Medium Purple #976ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 31.59%
G = 22.18%
B = 46.23%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#976ADD (or 0x976ADD) is known color: Medium Purple. HEX triplet: 97, 6A and DD. RGB value is (151,106,221). Sum of RGB (Red+Green+Blue) = 151+106+221=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #976ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ADD is #689522. Grayscale: #848484. Windows color (decimal): -6853923 or 14510743. OLE color: 14510743.

HSL color Cylindrical-coordinate representation of color #976ADD: hue angle of 263.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976ADD is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 106 221 -
CMYK 0.32 0.52 0 0.13
HSL 263.48º 0.63% 0.64% -
HSV(B) 263.48º 0.52% 0.87% -
XYZ 30.97 22.11 71.04 -
YUV 132.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 151 106 221 0.32 0.52 0 0.13 263.48 0.63 0.64
Hex 97 6A DD 20 34 0 D 107 3F 40
Octal 227 152 335 40 64 0 15 407 77 100
Binary 10010111 1101010 11011101 100000 110100 0 1101 100000111 111111 1000000

Color Harmonies of #976ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ADD

Black with #976ADD

Text Example


Text Example

White with #976ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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