Html Css Color HEX #97557B Strikemaster

📋 copy color: '#97557B'

red 151 ◦ green 85 ◦ blue 123

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

Shades of Strikemaster #97557B

Tints of Strikemaster #97557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 42.06%
G = 23.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97557B (or 0x97557B) is known color: Strikemaster. HEX triplet: 97, 55 and 7B. RGB value is (151,85,123). Sum of RGB (Red+Green+Blue) = 151+85+123=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97557B is #68AA84. Grayscale: #6C6C6C. Windows color (decimal): -6859397 or 8082839. OLE color: 8082839.

HSL color Cylindrical-coordinate representation of color #97557B: hue angle of 325.45º 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 #97557B is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 123 -
CMYK 0 0.44 0.19 0.41
HSL 325.45º 0.28% 0.46% -
HSV(B) 325.45º 0.44% 0.59% -
XYZ 19.59 14.51 20.51 -
YUV 109.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 151 85 123 0 0.44 0.19 0.41 325.45 0.28 0.46
Hex 97 55 7B 0 2C 13 29 145 1C 2E
Octal 227 125 173 0 54 23 51 505 34 56
Binary 10010111 1010101 1111011 0 101100 10011 101001 101000101 11100 101110

Color Harmonies of #97557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97557B

Black with #97557B

Text Example


Text Example

White with #97557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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