Html Css Color HEX #977EC0 Cold Purple

📋 copy color: '#977EC0'

red 151 ◦ green 126 ◦ blue 192

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

Shades of Cold Purple #977EC0

Tints of Cold Purple #977EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 32.2%
G = 26.87%
B = 40.94%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#977EC0 (or 0x977EC0) is known color: Cold Purple. HEX triplet: 97, 7E and C0. RGB value is (151,126,192). Sum of RGB (Red+Green+Blue) = 151+126+192=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #977EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EC0 is #68813F. Grayscale: #8C8C8C. Windows color (decimal): -6848832 or 12615319. OLE color: 12615319.

HSL color Cylindrical-coordinate representation of color #977EC0: hue angle of 262.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977EC0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 126 192 -
CMYK 0.21 0.34 0 0.25
HSL 262.73º 0.34% 0.62% -
HSV(B) 262.73º 0.34% 0.75% -
XYZ 29.74 25.31 53.19 -
YUV 141 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 151 126 192 0.21 0.34 0 0.25 262.73 0.34 0.62
Hex 97 7E C0 15 22 0 19 107 22 3E
Octal 227 176 300 25 42 0 31 407 42 76
Binary 10010111 1111110 11000000 10101 100010 0 11001 100000111 100010 111110

Color Harmonies of #977EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EC0

Black with #977EC0

Text Example


Text Example

White with #977EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,192); }

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

background-color css

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

 a { background-color: rgb(151,126,192); }

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

border-color css

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

 span { border-color: rgb(151,126,192); }

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