Html Css Color HEX #977CDE Medium Purple

📋 copy color: '#977CDE'

red 151 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #977CDE

Tints of Medium Purple #977CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 30.38%
G = 24.95%
B = 44.67%

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

#977CDE (or 0x977CDE) is known color: Medium Purple. HEX triplet: 97, 7C and DE. RGB value is (151,124,222). Sum of RGB (Red+Green+Blue) = 151+124+222=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #977CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CDE is #688321. Grayscale: #8E8E8E. Windows color (decimal): -6849314 or 14580887. OLE color: 14580887.

HSL color Cylindrical-coordinate representation of color #977CDE: hue angle of 256.53º degrees, saturation: 0.6, 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 #977CDE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 124 222 -
CMYK 0.32 0.44 0 0.13
HSL 256.53º 0.6% 0.68% -
HSV(B) 256.53º 0.44% 0.87% -
XYZ 33.15 26.27 72.43 -
YUV 143.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 151 124 222 0.32 0.44 0 0.13 256.53 0.6 0.68
Hex 97 7C DE 20 2C 0 D 101 3C 44
Octal 227 174 336 40 54 0 15 401 74 104
Binary 10010111 1111100 11011110 100000 101100 0 1101 100000001 111100 1000100

Color Harmonies of #977CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CDE

Black with #977CDE

Text Example


Text Example

White with #977CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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