Html Css Color HEX #97557D Strikemaster

📋 copy color: '#97557D'

red 151 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #97557D

Tints of Strikemaster #97557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 41.83%
G = 23.55%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97557D (or 0x97557D) is known color: Strikemaster. HEX triplet: 97, 55 and 7D. RGB value is (151,85,125). Sum of RGB (Red+Green+Blue) = 151+85+125=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97557D is #68AA82. Grayscale: #6D6D6D. Windows color (decimal): -6859395 or 8213911. OLE color: 8213911.

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

Color convert

RGB 151 85 125 -
CMYK 0 0.44 0.17 0.41
HSL 323.64º 0.28% 0.46% -
HSV(B) 323.64º 0.44% 0.59% -
XYZ 19.71 14.56 21.17 -
YUV 109.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 151 85 125 0 0.44 0.17 0.41 323.64 0.28 0.46
Hex 97 55 7D 0 2C 11 29 144 1C 2E
Octal 227 125 175 0 54 21 51 504 34 56
Binary 10010111 1010101 1111101 0 101100 10001 101001 101000100 11100 101110

Color Harmonies of #97557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97557D

Black with #97557D

Text Example


Text Example

White with #97557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97557D; }

 p { color: rgb(151,85,125); }

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

background-color css

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

 a { background-color: rgb(151,85,125); }

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

border-color css

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

 span { border-color: rgb(151,85,125); }

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