Html Css Color HEX #977ADC Medium Purple

📋 copy color: '#977ADC'

red 151 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #977ADC

Tints of Medium Purple #977ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 30.63%
G = 24.75%
B = 44.62%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#977ADC (or 0x977ADC) is known color: Medium Purple. HEX triplet: 97, 7A and DC. RGB value is (151,122,220). Sum of RGB (Red+Green+Blue) = 151+122+220=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #977ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ADC is #688523. Grayscale: #8D8D8D. Windows color (decimal): -6849828 or 14449303. OLE color: 14449303.

HSL color Cylindrical-coordinate representation of color #977ADC: hue angle of 257.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #977ADC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 122 220 -
CMYK 0.31 0.45 0 0.14
HSL 257.76º 0.58% 0.67% -
HSV(B) 257.76º 0.45% 0.86% -
XYZ 32.64 25.67 70.94 -
YUV 141.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 151 122 220 0.31 0.45 0 0.14 257.76 0.58 0.67
Hex 97 7A DC 1F 2D 0 E 102 3A 43
Octal 227 172 334 37 55 0 16 402 72 103
Binary 10010111 1111010 11011100 11111 101101 0 1110 100000010 111010 1000011

Color Harmonies of #977ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ADC

Black with #977ADC

Text Example


Text Example

White with #977ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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