Html Css Color HEX #976ADE Medium Purple

📋 copy color: '#976ADE'

red 151 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #976ADE

Tints of Medium Purple #976ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 31.52%
G = 22.13%
B = 46.35%

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

#976ADE (or 0x976ADE) is known color: Medium Purple. HEX triplet: 97, 6A and DE. RGB value is (151,106,222). Sum of RGB (Red+Green+Blue) = 151+106+222=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #976ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ADE is #689521. Grayscale: #848484. Windows color (decimal): -6853922 or 14576279. OLE color: 14576279.

HSL color Cylindrical-coordinate representation of color #976ADE: hue angle of 263.28º degrees, saturation: 0.64, 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 #976ADE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 106 222 -
CMYK 0.32 0.52 0 0.13
HSL 263.28º 0.64% 0.64% -
HSV(B) 263.28º 0.52% 0.87% -
XYZ 31.1 22.16 71.75 -
YUV 132.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 151 106 222 0.32 0.52 0 0.13 263.28 0.64 0.64
Hex 97 6A DE 20 34 0 D 107 40 40
Octal 227 152 336 40 64 0 15 407 100 100
Binary 10010111 1101010 11011110 100000 110100 0 1101 100000111 1000000 1000000

Color Harmonies of #976ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ADE

Black with #976ADE

Text Example


Text Example

White with #976ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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