Html Css Color HEX #977FDA Medium Purple

📋 copy color: '#977FDA'

red 151 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #977FDA

Tints of Medium Purple #977FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 30.44%
G = 25.6%
B = 43.95%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#977FDA (or 0x977FDA) is known color: Medium Purple. HEX triplet: 97, 7F and DA. RGB value is (151,127,218). Sum of RGB (Red+Green+Blue) = 151+127+218=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #977FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FDA is #688025. Grayscale: #909090. Windows color (decimal): -6848550 or 14319511. OLE color: 14319511.

HSL color Cylindrical-coordinate representation of color #977FDA: hue angle of 255.82º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977FDA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 127 218 -
CMYK 0.31 0.42 0 0.15
HSL 255.82º 0.55% 0.68% -
HSV(B) 255.82º 0.42% 0.85% -
XYZ 33.01 26.82 69.77 -
YUV 144.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 151 127 218 0.31 0.42 0 0.15 255.82 0.55 0.68
Hex 97 7F DA 1F 2A 0 F 100 37 44
Octal 227 177 332 37 52 0 17 400 67 104
Binary 10010111 1111111 11011010 11111 101010 0 1111 100000000 110111 1000100

Color Harmonies of #977FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FDA

Black with #977FDA

Text Example


Text Example

White with #977FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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