Html Css Color HEX #977ADE Medium Purple

📋 copy color: '#977ADE'

red 151 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #977ADE

Tints of Medium Purple #977ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

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

R = 30.51%
G = 24.65%
B = 44.85%

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

#977ADE (or 0x977ADE) is known color: Medium Purple. HEX triplet: 97, 7A and DE. RGB value is (151,122,222). Sum of RGB (Red+Green+Blue) = 151+122+222=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #977ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ADE is #688521. Grayscale: #8D8D8D. Windows color (decimal): -6849826 or 14580375. OLE color: 14580375.

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

Color convert

RGB 151 122 222 -
CMYK 0.32 0.45 0 0.13
HSL 257.4º 0.6% 0.67% -
HSV(B) 257.4º 0.45% 0.87% -
XYZ 32.91 25.77 72.35 -
YUV 142.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 151 122 222 0.32 0.45 0 0.13 257.4 0.6 0.67
Hex 97 7A DE 20 2D 0 D 101 3C 43
Octal 227 172 336 40 55 0 15 401 74 103
Binary 10010111 1111010 11011110 100000 101101 0 1101 100000001 111100 1000011

Color Harmonies of #977ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ADE

Black with #977ADE

Text Example


Text Example

White with #977ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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