#97527C

Color #97527C Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #97527C

Tints of Strikemaster #97527C

Color information

#97527C (or 0x97527C) is unknown color: approx Strikemaster. HEX triplet: 97, 52 and 7C. RGB value is (151,82,124). Sum of RGB (Red+Green+Blue) = 151+82+124=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97527C is #68AD83. Grayscale: #6B6B6B. Windows color (decimal): -6860164 or 8147607. OLE color: 8147607.

HSL color Cylindrical-coordinate representation of color #97527C: hue angle of 323.48º 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 #97527C is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15182124-
CMYK00.460.180.41
HSL323.48º29.61%45.69%-
HSV(B)323.48º45.7%59.22%-
XYZ19.4214.0720.76-
YUV107.42137.36159.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=42.30%
G=22.97%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518212400.460.180.41323.4829.6145.69
Hex97527C02E12291431e2e
Octal22712217405622515033656
Binary100101111010010111110001011101001010100110100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97527C;
 }
 .AnyTagClassName
 {
   color: #97527C;
 }
</style>
background-color css

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

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

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

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

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

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