Html Css Color HEX #977ADD Medium Purple

📋 copy color: '#977ADD'

red 151 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #977ADD

Tints of Medium Purple #977ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

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

R = 30.57%
G = 24.7%
B = 44.74%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#977ADD (or 0x977ADD) is known color: Medium Purple. HEX triplet: 97, 7A and DD. RGB value is (151,122,221). Sum of RGB (Red+Green+Blue) = 151+122+221=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #977ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ADD is #688522. Grayscale: #8D8D8D. Windows color (decimal): -6849827 or 14514839. OLE color: 14514839.

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

Color convert

RGB 151 122 221 -
CMYK 0.32 0.45 0 0.13
HSL 257.58º 0.59% 0.67% -
HSV(B) 257.58º 0.45% 0.87% -
XYZ 32.77 25.72 71.64 -
YUV 141.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 151 122 221 0.32 0.45 0 0.13 257.58 0.59 0.67
Hex 97 7A DD 20 2D 0 D 102 3B 43
Octal 227 172 335 40 55 0 15 402 73 103
Binary 10010111 1111010 11011101 100000 101101 0 1101 100000010 111011 1000011

Color Harmonies of #977ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ADD

Black with #977ADD

Text Example


Text Example

White with #977ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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