Html Css Color HEX #975279 Strikemaster

📋 copy color: '#975279'

red 151 ◦ green 82 ◦ blue 121

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

Shades of Strikemaster #975279

Tints of Strikemaster #975279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 42.66%
G = 23.16%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#975279 (or 0x975279) is known color: Strikemaster. HEX triplet: 97, 52 and 79. RGB value is (151,82,121). Sum of RGB (Red+Green+Blue) = 151+82+121=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #975279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975279 is #68AD86. Grayscale: #6A6A6A. Windows color (decimal): -6860167 or 7950999. OLE color: 7950999.

HSL color Cylindrical-coordinate representation of color #975279: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975279 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 121 -
CMYK 0 0.46 0.20 0.41
HSL 326.09º 0.3% 0.46% -
HSV(B) 326.09º 0.46% 0.59% -
XYZ 19.23 13.99 19.78 -
YUV 107.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 151 82 121 0 0.46 0.20 0.41 326.09 0.3 0.46
Hex 97 52 79 0 2E 14 29 146 1E 2E
Octal 227 122 171 0 56 24 51 506 36 56
Binary 10010111 1010010 1111001 0 101110 10100 101001 101000110 11110 101110

Color Harmonies of #975279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975279

Black with #975279

Text Example


Text Example

White with #975279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975279; }

 p { color: rgb(151,82,121); }

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

background-color css

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

 a { background-color: rgb(151,82,121); }

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

border-color css

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

 span { border-color: rgb(151,82,121); }

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