Html Css Color HEX #974B7C Strikemaster

📋 copy color: '#974B7C'

red 151 ◦ green 75 ◦ blue 124

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

Shades of Strikemaster #974B7C

Tints of Strikemaster #974B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

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

R = 43.14%
G = 21.43%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#974B7C (or 0x974B7C) is known color: Strikemaster. HEX triplet: 97, 4B and 7C. RGB value is (151,75,124). Sum of RGB (Red+Green+Blue) = 151+75+124=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #974B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B7C is #68B483. Grayscale: #676767. Windows color (decimal): -6861956 or 8145815. OLE color: 8145815.

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

Color convert

RGB 151 75 124 -
CMYK 0 0.50 0.18 0.41
HSL 321.32º 0.34% 0.44% -
HSV(B) 321.32º 0.5% 0.59% -
XYZ 18.92 13.07 20.59 -
YUV 103.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 151 75 124 0 0.50 0.18 0.41 321.32 0.34 0.44
Hex 97 4B 7C 0 32 12 29 141 22 2C
Octal 227 113 174 0 62 22 51 501 42 54
Binary 10010111 1001011 1111100 0 110010 10010 101001 101000001 100010 101100

Color Harmonies of #974B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B7C

Black with #974B7C

Text Example


Text Example

White with #974B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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