Html Css Color HEX #974E80 Strikemaster

📋 copy color: '#974E80'

red 151 ◦ green 78 ◦ blue 128

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

Shades of Strikemaster #974E80

Tints of Strikemaster #974E80

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 42.3%
G = 21.85%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#974E80 (or 0x974E80) is known color: Strikemaster. HEX triplet: 97, 4E and 80. RGB value is (151,78,128). Sum of RGB (Red+Green+Blue) = 151+78+128=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #974E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E80 is #68B17F. Grayscale: #696969. Windows color (decimal): -6861184 or 8408727. OLE color: 8408727.

HSL color Cylindrical-coordinate representation of color #974E80: hue angle of 318.9º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974E80 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 78 128 -
CMYK 0 0.48 0.15 0.41
HSL 318.9º 0.32% 0.45% -
HSV(B) 318.9º 0.48% 0.59% -
XYZ 19.38 13.59 22.02 -
YUV 105.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 151 78 128 0 0.48 0.15 0.41 318.9 0.32 0.45
Hex 97 4E 80 0 30 F 29 13F 20 2D
Octal 227 116 200 0 60 17 51 477 40 55
Binary 10010111 1001110 10000000 0 110000 1111 101001 100111111 100000 101101

Color Harmonies of #974E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E80

Black with #974E80

Text Example


Text Example

White with #974E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974E80; }

 p { color: rgb(151,78,128); }

 H1.HeaderClassName
 {
   color: #974E80;
 }
 .AnyTagClassName
 {
   color: #974E80;
 }
</style>

background-color css

<style>
 a { background-color: #974E80; }

 a { background-color: rgb(151,78,128); }

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

border-color css

<style>
 span { border-color: #974E80; }

 span { border-color: rgb(151,78,128); }

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