Html Css Color HEX #97587B Strikemaster

📋 copy color: '#97587B'

red 151 ◦ green 88 ◦ blue 123

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

Shades of Strikemaster #97587B

Tints of Strikemaster #97587B

RGB

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

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

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

R = 41.71%
G = 24.31%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97587B (or 0x97587B) is known color: Strikemaster. HEX triplet: 97, 58 and 7B. RGB value is (151,88,123). Sum of RGB (Red+Green+Blue) = 151+88+123=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97587B is #68A784. Grayscale: #6E6E6E. Windows color (decimal): -6858629 or 8083607. OLE color: 8083607.

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

Color convert

RGB 151 88 123 -
CMYK 0 0.42 0.19 0.41
HSL 326.67º 0.26% 0.47% -
HSV(B) 326.67º 0.42% 0.59% -
XYZ 19.83 14.99 20.59 -
YUV 110.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 151 88 123 0 0.42 0.19 0.41 326.67 0.26 0.47
Hex 97 58 7B 0 2A 13 29 147 1A 2F
Octal 227 130 173 0 52 23 51 507 32 57
Binary 10010111 1011000 1111011 0 101010 10011 101001 101000111 11010 101111

Color Harmonies of #97587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97587B

Black with #97587B

Text Example


Text Example

White with #97587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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