Html Css Color HEX #977AEA Medium Purple

📋 copy color: '#977AEA'

red 151 ◦ green 122 ◦ blue 234

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

Shades of Medium Purple #977AEA

Tints of Medium Purple #977AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 29.78%
G = 24.06%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#977AEA (or 0x977AEA) is known color: Medium Purple. HEX triplet: 97, 7A and EA. RGB value is (151,122,234). Sum of RGB (Red+Green+Blue) = 151+122+234=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #977AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977AEA is #688515. Grayscale: #8F8F8F. Windows color (decimal): -6849814 or 15366807. OLE color: 15366807.

HSL color Cylindrical-coordinate representation of color #977AEA: hue angle of 255.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #977AEA is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 122 234 -
CMYK 0.35 0.48 0 0.08
HSL 255.54º 0.73% 0.7% -
HSV(B) 255.54º 0.48% 0.92% -
XYZ 34.57 26.44 81.12 -
YUV 143.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 151 122 234 0.35 0.48 0 0.08 255.54 0.73 0.7
Hex 97 7A EA 23 30 0 8 100 49 46
Octal 227 172 352 43 60 0 10 400 111 106
Binary 10010111 1111010 11101010 100011 110000 0 1000 100000000 1001001 1000110

Color Harmonies of #977AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AEA

Black with #977AEA

Text Example


Text Example

White with #977AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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