Html Css Color HEX #977CDD Medium Purple

📋 copy color: '#977CDD'

red 151 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #977CDD

Tints of Medium Purple #977CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

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

R = 30.44%
G = 25%
B = 44.56%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#977CDD (or 0x977CDD) is known color: Medium Purple. HEX triplet: 97, 7C and DD. RGB value is (151,124,221). Sum of RGB (Red+Green+Blue) = 151+124+221=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #977CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CDD is #688322. Grayscale: #8E8E8E. Windows color (decimal): -6849315 or 14515351. OLE color: 14515351.

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

Color convert

RGB 151 124 221 -
CMYK 0.32 0.44 0 0.13
HSL 256.7º 0.59% 0.68% -
HSV(B) 256.7º 0.44% 0.87% -
XYZ 33.02 26.22 71.73 -
YUV 143.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 151 124 221 0.32 0.44 0 0.13 256.7 0.59 0.68
Hex 97 7C DD 20 2C 0 D 101 3B 44
Octal 227 174 335 40 54 0 15 401 73 104
Binary 10010111 1111100 11011101 100000 101100 0 1101 100000001 111011 1000100

Color Harmonies of #977CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CDD

Black with #977CDD

Text Example


Text Example

White with #977CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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