Html Css Color HEX #977FC4 Cold Purple

📋 copy color: '#977FC4'

red 151 ◦ green 127 ◦ blue 196

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

Shades of Cold Purple #977FC4

Tints of Cold Purple #977FC4

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

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

R = 31.86%
G = 26.79%
B = 41.35%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#977FC4 (or 0x977FC4) is known color: Cold Purple. HEX triplet: 97, 7F and C4. RGB value is (151,127,196). Sum of RGB (Red+Green+Blue) = 151+127+196=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #977FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FC4 is #68803B. Grayscale: #8D8D8D. Windows color (decimal): -6848572 or 12877719. OLE color: 12877719.

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

Color convert

RGB 151 127 196 -
CMYK 0.23 0.35 0 0.23
HSL 260.87º 0.37% 0.63% -
HSV(B) 260.87º 0.35% 0.77% -
XYZ 30.32 25.74 55.6 -
YUV 142.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 151 127 196 0.23 0.35 0 0.23 260.87 0.37 0.63
Hex 97 7F C4 17 23 0 17 105 25 3F
Octal 227 177 304 27 43 0 27 405 45 77
Binary 10010111 1111111 11000100 10111 100011 0 10111 100000101 100101 111111

Color Harmonies of #977FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FC4

Black with #977FC4

Text Example


Text Example

White with #977FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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