Html Css Color HEX #977EC4 Cold Purple

📋 copy color: '#977EC4'

red 151 ◦ green 126 ◦ blue 196

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

Shades of Cold Purple #977EC4

Tints of Cold Purple #977EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 31.92%
G = 26.64%
B = 41.44%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#977EC4 (or 0x977EC4) is known color: Cold Purple. HEX triplet: 97, 7E and C4. RGB value is (151,126,196). Sum of RGB (Red+Green+Blue) = 151+126+196=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #977EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EC4 is #68813B. Grayscale: #8D8D8D. Windows color (decimal): -6848828 or 12877463. OLE color: 12877463.

HSL color Cylindrical-coordinate representation of color #977EC4: hue angle of 261.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977EC4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 126 196 -
CMYK 0.23 0.36 0 0.23
HSL 261.43º 0.37% 0.63% -
HSV(B) 261.43º 0.36% 0.77% -
XYZ 30.19 25.49 55.55 -
YUV 141.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 151 126 196 0.23 0.36 0 0.23 261.43 0.37 0.63
Hex 97 7E C4 17 24 0 17 105 25 3F
Octal 227 176 304 27 44 0 27 405 45 77
Binary 10010111 1111110 11000100 10111 100100 0 10111 100000101 100101 111111

Color Harmonies of #977EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EC4

Black with #977EC4

Text Example


Text Example

White with #977EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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