Html Css Color HEX #977BDF Medium Purple

📋 copy color: '#977BDF'

red 151 ◦ green 123 ◦ blue 223

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

Shades of Medium Purple #977BDF

Tints of Medium Purple #977BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.75%

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

R = 30.38%
G = 24.75%
B = 44.87%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#977BDF (or 0x977BDF) is known color: Medium Purple. HEX triplet: 97, 7B and DF. RGB value is (151,123,223). Sum of RGB (Red+Green+Blue) = 151+123+223=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #977BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BDF is #688420. Grayscale: #8E8E8E. Windows color (decimal): -6849569 or 14646167. OLE color: 14646167.

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

Color convert

RGB 151 123 223 -
CMYK 0.32 0.45 0 0.13
HSL 256.8º 0.61% 0.68% -
HSV(B) 256.8º 0.45% 0.87% -
XYZ 33.16 26.07 73.1 -
YUV 142.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 151 123 223 0.32 0.45 0 0.13 256.8 0.61 0.68
Hex 97 7B DF 20 2D 0 D 101 3D 44
Octal 227 173 337 40 55 0 15 401 75 104
Binary 10010111 1111011 11011111 100000 101101 0 1101 100000001 111101 1000100

Color Harmonies of #977BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BDF

Black with #977BDF

Text Example


Text Example

White with #977BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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