Html Css Color HEX #974A7C Strikemaster

📋 copy color: '#974A7C'

red 151 ◦ green 74 ◦ blue 124

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

Shades of Strikemaster #974A7C

Tints of Strikemaster #974A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 43.27%
G = 21.2%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#974A7C (or 0x974A7C) is known color: Strikemaster. HEX triplet: 97, 4A and 7C. RGB value is (151,74,124). Sum of RGB (Red+Green+Blue) = 151+74+124=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #974A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A7C is #68B583. Grayscale: #666666. Windows color (decimal): -6862212 or 8145559. OLE color: 8145559.

HSL color Cylindrical-coordinate representation of color #974A7C: hue angle of 321.04º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A7C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 74 124 -
CMYK 0 0.51 0.18 0.41
HSL 321.04º 0.34% 0.44% -
HSV(B) 321.04º 0.51% 0.59% -
XYZ 18.85 12.93 20.57 -
YUV 102.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 151 74 124 0 0.51 0.18 0.41 321.04 0.34 0.44
Hex 97 4A 7C 0 33 12 29 141 22 2C
Octal 227 112 174 0 63 22 51 501 42 54
Binary 10010111 1001010 1111100 0 110011 10010 101001 101000001 100010 101100

Color Harmonies of #974A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A7C

Black with #974A7C

Text Example


Text Example

White with #974A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,74,124); }

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

background-color css

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

 a { background-color: rgb(151,74,124); }

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

border-color css

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

 span { border-color: rgb(151,74,124); }

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