Html Css Color HEX #977BEB Medium Purple

📋 copy color: '#977BEB'

red 151 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #977BEB

Tints of Medium Purple #977BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 29.67%
G = 24.17%
B = 46.17%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#977BEB (or 0x977BEB) is known color: Medium Purple. HEX triplet: 97, 7B and EB. RGB value is (151,123,235). Sum of RGB (Red+Green+Blue) = 151+123+235=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #977BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BEB is #688414. Grayscale: #8F8F8F. Windows color (decimal): -6849557 or 15432599. OLE color: 15432599.

HSL color Cylindrical-coordinate representation of color #977BEB: hue angle of 255º degrees, saturation: 0.74, 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 #977BEB is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 123 235 -
CMYK 0.36 0.48 0 0.08
HSL 255º 0.74% 0.7% -
HSV(B) 255º 0.48% 0.92% -
XYZ 34.84 26.74 81.92 -
YUV 144.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 151 123 235 0.36 0.48 0 0.08 255 0.74 0.7
Hex 97 7B EB 24 30 0 8 FF 4A 46
Octal 227 173 353 44 60 0 10 377 112 106
Binary 10010111 1111011 11101011 100100 110000 0 1000 11111111 1001010 1000110

Color Harmonies of #977BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BEB

Black with #977BEB

Text Example


Text Example

White with #977BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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