#97527A

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

Shades of Strikemaster #97527A

Tints of Strikemaster #97527A

Color information

#97527A (or 0x97527A) is unknown color: approx Strikemaster. HEX triplet: 97, 52 and 7A. RGB value is (151,82,122). Sum of RGB (Red+Green+Blue) = 151+82+122=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #97527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97527A is #68AD85. Grayscale: #6B6B6B. Windows color (decimal): -6860166 or 8016535. OLE color: 8016535.

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

Color convert

RGB15182122-
CMYK00.460.190.41
HSL325.22º29.61%45.69%-
HSV(B)325.22º45.7%59.22%-
XYZ19.2914.0220.1-
YUV107.19136.36159.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=42.54%
G=23.10%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518212200.460.190.41325.2229.6145.69
Hex97527A02E13291451e2e
Octal22712217205623515053656
Binary100101111010010111101001011101001110100110100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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