Html Css Color HEX #977BD5 Medium Purple

📋 copy color: '#977BD5'

red 151 ◦ green 123 ◦ blue 213

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

Shades of Medium Purple #977BD5

Tints of Medium Purple #977BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 31.01%
G = 25.26%
B = 43.74%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#977BD5 (or 0x977BD5) is known color: Medium Purple. HEX triplet: 97, 7B and D5. RGB value is (151,123,213). Sum of RGB (Red+Green+Blue) = 151+123+213=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #977BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BD5 is #68842A. Grayscale: #8D8D8D. Windows color (decimal): -6849579 or 13990807. OLE color: 13990807.

HSL color Cylindrical-coordinate representation of color #977BD5: hue angle of 258.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977BD5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 123 213 -
CMYK 0.29 0.42 0 0.16
HSL 258.67º 0.52% 0.66% -
HSV(B) 258.67º 0.42% 0.84% -
XYZ 31.86 25.55 66.2 -
YUV 141.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 151 123 213 0.29 0.42 0 0.16 258.67 0.52 0.66
Hex 97 7B D5 1D 2A 0 10 103 34 42
Octal 227 173 325 35 52 0 20 403 64 102
Binary 10010111 1111011 11010101 11101 101010 0 10000 100000011 110100 1000010

Color Harmonies of #977BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BD5

Black with #977BD5

Text Example


Text Example

White with #977BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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