Html Css Color HEX #977DEB Medium Purple

📋 copy color: '#977DEB'

red 151 ◦ green 125 ◦ blue 235

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

Shades of Medium Purple #977DEB

Tints of Medium Purple #977DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

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

R = 29.55%
G = 24.46%
B = 45.99%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#977DEB (or 0x977DEB) is known color: Medium Purple. HEX triplet: 97, 7D and EB. RGB value is (151,125,235). Sum of RGB (Red+Green+Blue) = 151+125+235=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #977DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DEB is #688214. Grayscale: #909090. Windows color (decimal): -6849045 or 15433111. OLE color: 15433111.

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

Color convert

RGB 151 125 235 -
CMYK 0.36 0.47 0 0.08
HSL 254.18º 0.73% 0.71% -
HSV(B) 254.18º 0.47% 0.92% -
XYZ 35.09 27.24 82.01 -
YUV 145.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 151 125 235 0.36 0.47 0 0.08 254.18 0.73 0.71
Hex 97 7D EB 24 2F 0 8 FE 49 47
Octal 227 175 353 44 57 0 10 376 111 107
Binary 10010111 1111101 11101011 100100 101111 0 1000 11111110 1001001 1000111

Color Harmonies of #977DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DEB

Black with #977DEB

Text Example


Text Example

White with #977DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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