Html Css Color HEX #97587C Strikemaster

📋 copy color: '#97587C'

red 151 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #97587C

Tints of Strikemaster #97587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 41.6%
G = 24.24%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97587C (or 0x97587C) is known color: Strikemaster. HEX triplet: 97, 58 and 7C. RGB value is (151,88,124). Sum of RGB (Red+Green+Blue) = 151+88+124=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97587C is #68A783. Grayscale: #6E6E6E. Windows color (decimal): -6858628 or 8149143. OLE color: 8149143.

HSL color Cylindrical-coordinate representation of color #97587C: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97587C is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 124 -
CMYK 0 0.42 0.18 0.41
HSL 325.71º 0.26% 0.47% -
HSV(B) 325.71º 0.42% 0.59% -
XYZ 19.89 15.01 20.92 -
YUV 110.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 151 88 124 0 0.42 0.18 0.41 325.71 0.26 0.47
Hex 97 58 7C 0 2A 12 29 146 1A 2F
Octal 227 130 174 0 52 22 51 506 32 57
Binary 10010111 1011000 1111100 0 101010 10010 101001 101000110 11010 101111

Color Harmonies of #97587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97587C

Black with #97587C

Text Example


Text Example

White with #97587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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