Html Css Color HEX #977FC8 Cold Purple

📋 copy color: '#977FC8'

red 151 ◦ green 127 ◦ blue 200

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

Shades of Cold Purple #977FC8

Tints of Cold Purple #977FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 31.59%
G = 26.57%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#977FC8 (or 0x977FC8) is known color: Cold Purple. HEX triplet: 97, 7F and C8. RGB value is (151,127,200). Sum of RGB (Red+Green+Blue) = 151+127+200=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #977FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FC8 is #688037. Grayscale: #8E8E8E. Windows color (decimal): -6848568 or 13139863. OLE color: 13139863.

HSL color Cylindrical-coordinate representation of color #977FC8: hue angle of 259.73º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977FC8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 127 200 -
CMYK 0.24 0.36 0 0.22
HSL 259.73º 0.4% 0.64% -
HSV(B) 259.73º 0.37% 0.78% -
XYZ 30.78 25.93 58.03 -
YUV 142.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 151 127 200 0.24 0.36 0 0.22 259.73 0.4 0.64
Hex 97 7F C8 18 24 0 16 104 28 40
Octal 227 177 310 30 44 0 26 404 50 100
Binary 10010111 1111111 11001000 11000 100100 0 10110 100000100 101000 1000000

Color Harmonies of #977FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FC8

Black with #977FC8

Text Example


Text Example

White with #977FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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