Html Css Color HEX #977DDE Medium Purple

📋 copy color: '#977DDE'

red 151 ◦ green 125 ◦ blue 222

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

Shades of Medium Purple #977DDE

Tints of Medium Purple #977DDE

RGB

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

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

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

R = 30.32%
G = 25.1%
B = 44.58%

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

#977DDE (or 0x977DDE) is known color: Medium Purple. HEX triplet: 97, 7D and DE. RGB value is (151,125,222). Sum of RGB (Red+Green+Blue) = 151+125+222=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #977DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DDE is #688221. Grayscale: #8F8F8F. Windows color (decimal): -6849058 or 14581143. OLE color: 14581143.

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

Color convert

RGB 151 125 222 -
CMYK 0.32 0.44 0 0.13
HSL 256.08º 0.6% 0.68% -
HSV(B) 256.08º 0.44% 0.87% -
XYZ 33.28 26.52 72.47 -
YUV 143.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 151 125 222 0.32 0.44 0 0.13 256.08 0.6 0.68
Hex 97 7D DE 20 2C 0 D 100 3C 44
Octal 227 175 336 40 54 0 15 400 74 104
Binary 10010111 1111101 11011110 100000 101100 0 1101 100000000 111100 1000100

Color Harmonies of #977DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DDE

Black with #977DDE

Text Example


Text Example

White with #977DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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