Html Css Color HEX #977BDD Medium Purple

📋 copy color: '#977BDD'

red 151 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #977BDD

Tints of Medium Purple #977BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.85%

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

R = 30.51%
G = 24.85%
B = 44.65%

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

#977BDD (or 0x977BDD) is known color: Medium Purple. HEX triplet: 97, 7B and DD. RGB value is (151,123,221). Sum of RGB (Red+Green+Blue) = 151+123+221=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #977BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BDD is #688422. Grayscale: #8E8E8E. Windows color (decimal): -6849571 or 14515095. OLE color: 14515095.

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

Color convert

RGB 151 123 221 -
CMYK 0.32 0.44 0 0.13
HSL 257.14º 0.59% 0.67% -
HSV(B) 257.14º 0.44% 0.87% -
XYZ 32.9 25.97 71.68 -
YUV 142.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 151 123 221 0.32 0.44 0 0.13 257.14 0.59 0.67
Hex 97 7B DD 20 2C 0 D 101 3B 43
Octal 227 173 335 40 54 0 15 401 73 103
Binary 10010111 1111011 11011101 100000 101100 0 1101 100000001 111011 1000011

Color Harmonies of #977BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BDD

Black with #977BDD

Text Example


Text Example

White with #977BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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