Html Css Color HEX #977FDF Medium Purple

📋 copy color: '#977FDF'

red 151 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #977FDF

Tints of Medium Purple #977FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 30.14%
G = 25.35%
B = 44.51%

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

#977FDF (or 0x977FDF) is known color: Medium Purple. HEX triplet: 97, 7F and DF. RGB value is (151,127,223). Sum of RGB (Red+Green+Blue) = 151+127+223=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #977FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FDF is #688020. Grayscale: #909090. Windows color (decimal): -6848545 or 14647191. OLE color: 14647191.

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

Color convert

RGB 151 127 223 -
CMYK 0.32 0.43 0 0.13
HSL 255º 0.6% 0.69% -
HSV(B) 255º 0.43% 0.87% -
XYZ 33.67 27.09 73.27 -
YUV 145.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 151 127 223 0.32 0.43 0 0.13 255 0.6 0.69
Hex 97 7F DF 20 2B 0 D FF 3C 45
Octal 227 177 337 40 53 0 15 377 74 105
Binary 10010111 1111111 11011111 100000 101011 0 1101 11111111 111100 1000101

Color Harmonies of #977FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FDF

Black with #977FDF

Text Example


Text Example

White with #977FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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