#985A7E

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

Shades of Strikemaster #985A7E

Tints of Strikemaster #985A7E

Color information

#985A7E (or 0x985A7E) is unknown color: approx Strikemaster. HEX triplet: 98, 5A and 7E. RGB value is (152,90,126). Sum of RGB (Red+Green+Blue) = 152+90+126=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A7E is #67A581. Grayscale: #707070. Windows color (decimal): -6792578 or 8280728. OLE color: 8280728.

HSL color Cylindrical-coordinate representation of color #985A7E: hue angle of 325.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A7E is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15290126-
CMYK00.410.170.40
HSL325.16º25.62%47.45%-
HSV(B)325.16º40.79%59.61%-
XYZ20.3715.4921.66-
YUV112.64135.54156.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=41.30%
G=24.46%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529012600.410.170.40325.1625.6247.45
Hex985A7E02911281451a2f
Octal23013217605121505053257
Binary100110001011010111111001010011000110100010100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A7E; }

 p { color: rgb(152,90,126); }

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

<style>
 a { background-color: #985A7E; }

 a { background-color: rgb(152,90,126); }

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

<style>
 span { border-color: #985A7E; }

 span { border-color: rgb(152,90,126); }

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