Html Css Color HEX #977DDF Medium Purple

📋 copy color: '#977DDF'

red 151 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #977DDF

Tints of Medium Purple #977DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.05%

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

R = 30.26%
G = 25.05%
B = 44.69%

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

#977DDF (or 0x977DDF) is known color: Medium Purple. HEX triplet: 97, 7D and DF. RGB value is (151,125,223). Sum of RGB (Red+Green+Blue) = 151+125+223=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #977DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DDF is #688220. Grayscale: #8F8F8F. Windows color (decimal): -6849057 or 14646679. OLE color: 14646679.

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

Color convert

RGB 151 125 223 -
CMYK 0.32 0.44 0 0.13
HSL 255.92º 0.6% 0.68% -
HSV(B) 255.92º 0.44% 0.87% -
XYZ 33.42 26.57 73.18 -
YUV 143.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 151 125 223 0.32 0.44 0 0.13 255.92 0.6 0.68
Hex 97 7D DF 20 2C 0 D 100 3C 44
Octal 227 175 337 40 54 0 15 400 74 104
Binary 10010111 1111101 11011111 100000 101100 0 1101 100000000 111100 1000100

Color Harmonies of #977DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DDF

Black with #977DDF

Text Example


Text Example

White with #977DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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