Html Css Color HEX #974980 Strikemaster

📋 copy color: '#974980'

red 151 ◦ green 73 ◦ blue 128

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

Shades of Strikemaster #974980

Tints of Strikemaster #974980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

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

R = 42.9%
G = 20.74%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#974980 (or 0x974980) is known color: Strikemaster. HEX triplet: 97, 49 and 80. RGB value is (151,73,128). Sum of RGB (Red+Green+Blue) = 151+73+128=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #974980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974980 is #68B67F. Grayscale: #666666. Windows color (decimal): -6862464 or 8407447. OLE color: 8407447.

HSL color Cylindrical-coordinate representation of color #974980: hue angle of 317.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974980 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 128 -
CMYK 0 0.52 0.15 0.41
HSL 317.69º 0.35% 0.44% -
HSV(B) 317.69º 0.52% 0.59% -
XYZ 19.04 12.9 21.91 -
YUV 102.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 151 73 128 0 0.52 0.15 0.41 317.69 0.35 0.44
Hex 97 49 80 0 34 F 29 13E 23 2C
Octal 227 111 200 0 64 17 51 476 43 54
Binary 10010111 1001001 10000000 0 110100 1111 101001 100111110 100011 101100

Color Harmonies of #974980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974980

Black with #974980

Text Example


Text Example

White with #974980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974980; }

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

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

background-color css

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

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

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

border-color css

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

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

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