#97527D

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

Shades of Strikemaster #97527D

Tints of Strikemaster #97527D

Color information

#97527D (or 0x97527D) is unknown color: approx Strikemaster. HEX triplet: 97, 52 and 7D. RGB value is (151,82,125). Sum of RGB (Red+Green+Blue) = 151+82+125=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97527D is #68AD82. Grayscale: #6B6B6B. Windows color (decimal): -6860163 or 8213143. OLE color: 8213143.

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

Color convert

RGB15182125-
CMYK00.460.170.41
HSL322.61º29.61%45.69%-
HSV(B)322.61º45.7%59.22%-
XYZ19.4814.0921.1-
YUV107.53137.86159-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=42.18%
G=22.91%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518212500.460.170.41322.6129.6145.69
Hex97527D02E11291431e2e
Octal22712217505621515033656
Binary100101111010010111110101011101000110100110100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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