Html Css Color HEX #976AEC Medium Purple

📋 copy color: '#976AEC'

red 151 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #976AEC

Tints of Medium Purple #976AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 30.63%
G = 21.5%
B = 47.87%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#976AEC (or 0x976AEC) is known color: Medium Purple. HEX triplet: 97, 6A and EC. RGB value is (151,106,236). Sum of RGB (Red+Green+Blue) = 151+106+236=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #976AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AEC is #689513. Grayscale: #858585. Windows color (decimal): -6853908 or 15493783. OLE color: 15493783.

HSL color Cylindrical-coordinate representation of color #976AEC: hue angle of 260.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976AEC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 106 236 -
CMYK 0.36 0.55 0 0.07
HSL 260.77º 0.77% 0.67% -
HSV(B) 260.77º 0.55% 0.93% -
XYZ 33.06 22.94 82.04 -
YUV 134.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 151 106 236 0.36 0.55 0 0.07 260.77 0.77 0.67
Hex 97 6A EC 24 37 0 7 105 4D 43
Octal 227 152 354 44 67 0 7 405 115 103
Binary 10010111 1101010 11101100 100100 110111 0 111 100000101 1001101 1000011

Color Harmonies of #976AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AEC

Black with #976AEC

Text Example


Text Example

White with #976AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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