#97507D

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

Shades of Strikemaster #97507D

Tints of Strikemaster #97507D

Color information

#97507D (or 0x97507D) is unknown color: approx Strikemaster. HEX triplet: 97, 50 and 7D. RGB value is (151,80,125). Sum of RGB (Red+Green+Blue) = 151+80+125=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97507D is #68AF82. Grayscale: #6A6A6A. Windows color (decimal): -6860675 or 8212631. OLE color: 8212631.

HSL color Cylindrical-coordinate representation of color #97507D: hue angle of 321.97º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97507D is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15180125-
CMYK00.470.170.41
HSL321.97º30.74%45.29%-
HSV(B)321.97º47.02%59.22%-
XYZ19.3313.821.05-
YUV106.36138.52159.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=42.42%
G=22.47%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518012500.470.170.41321.9730.7445.29
Hex97507D02F11291421f2d
Octal22712017505721515023755
Binary100101111010000111110101011111000110100110100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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