Html Css Color HEX #977BDA Medium Purple

📋 copy color: '#977BDA'

red 151 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #977BDA

Tints of Medium Purple #977BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 30.69%
G = 25%
B = 44.31%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#977BDA (or 0x977BDA) is known color: Medium Purple. HEX triplet: 97, 7B and DA. RGB value is (151,123,218). Sum of RGB (Red+Green+Blue) = 151+123+218=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #977BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BDA is #688425. Grayscale: #8D8D8D. Windows color (decimal): -6849574 or 14318487. OLE color: 14318487.

HSL color Cylindrical-coordinate representation of color #977BDA: hue angle of 257.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977BDA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 123 218 -
CMYK 0.31 0.44 0 0.15
HSL 257.68º 0.56% 0.67% -
HSV(B) 257.68º 0.44% 0.85% -
XYZ 32.5 25.81 69.6 -
YUV 142.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 151 123 218 0.31 0.44 0 0.15 257.68 0.56 0.67
Hex 97 7B DA 1F 2C 0 F 102 38 43
Octal 227 173 332 37 54 0 17 402 70 103
Binary 10010111 1111011 11011010 11111 101100 0 1111 100000010 111000 1000011

Color Harmonies of #977BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BDA

Black with #977BDA

Text Example


Text Example

White with #977BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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