Html Css Color HEX #977FDE Medium Purple

📋 copy color: '#977FDE'

red 151 ◦ green 127 ◦ blue 222

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

Shades of Medium Purple #977FDE

Tints of Medium Purple #977FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 25.4%

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

R = 30.2%
G = 25.4%
B = 44.4%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#977FDE (or 0x977FDE) is known color: Medium Purple. HEX triplet: 97, 7F and DE. RGB value is (151,127,222). Sum of RGB (Red+Green+Blue) = 151+127+222=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #977FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FDE is #688021. Grayscale: #909090. Windows color (decimal): -6848546 or 14581655. OLE color: 14581655.

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

Color convert

RGB 151 127 222 -
CMYK 0.32 0.43 0 0.13
HSL 255.16º 0.59% 0.68% -
HSV(B) 255.16º 0.43% 0.87% -
XYZ 33.54 27.03 72.56 -
YUV 145.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 151 127 222 0.32 0.43 0 0.13 255.16 0.59 0.68
Hex 97 7F DE 20 2B 0 D FF 3B 44
Octal 227 177 336 40 53 0 15 377 73 104
Binary 10010111 1111111 11011110 100000 101011 0 1101 11111111 111011 1000100

Color Harmonies of #977FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FDE

Black with #977FDE

Text Example


Text Example

White with #977FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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