Html Css Color HEX #977BD3 Medium Purple

📋 copy color: '#977BD3'

red 151 ◦ green 123 ◦ blue 211

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

Shades of Medium Purple #977BD3

Tints of Medium Purple #977BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.51%

R = 31.13%
G = 25.36%
B = 43.51%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#977BD3 (or 0x977BD3) is known color: Medium Purple. HEX triplet: 97, 7B and D3. RGB value is (151,123,211). Sum of RGB (Red+Green+Blue) = 151+123+211=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #977BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BD3 is #68842C. Grayscale: #8D8D8D. Windows color (decimal): -6849581 or 13859735. OLE color: 13859735.

HSL color Cylindrical-coordinate representation of color #977BD3: hue angle of 259.09º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977BD3 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 123 211 -
CMYK 0.28 0.42 0 0.17
HSL 259.09º 0.5% 0.65% -
HSV(B) 259.09º 0.42% 0.83% -
XYZ 31.6 25.45 64.87 -
YUV 141.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 151 123 211 0.28 0.42 0 0.17 259.09 0.5 0.65
Hex 97 7B D3 1C 2A 0 11 103 32 41
Octal 227 173 323 34 52 0 21 403 62 101
Binary 10010111 1111011 11010011 11100 101010 0 10001 100000011 110010 1000001

Color Harmonies of #977BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BD3

Black with #977BD3

Text Example


Text Example

White with #977BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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