#985F7B

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

Shades of Strikemaster #985F7B

Tints of Strikemaster #985F7B

Color information

#985F7B (or 0x985F7B) is unknown color: approx Strikemaster. HEX triplet: 98, 5F and 7B. RGB value is (152,95,123). Sum of RGB (Red+Green+Blue) = 152+95+123=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F7B is #67A084. Grayscale: #737373. Windows color (decimal): -6791301 or 8085400. OLE color: 8085400.

HSL color Cylindrical-coordinate representation of color #985F7B: hue angle of 330.53º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985F7B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15295123-
CMYK00.380.190.40
HSL330.53º23.08%48.43%-
HSV(B)330.53º37.5%59.61%-
XYZ20.6216.2920.8-
YUV115.24132.38154.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=41.08%
G=25.68%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529512300.380.190.40330.5323.0848.43
Hex985F7B026132814b1730
Octal23013717304623505132760
Binary100110001011111111101101001101001110100010100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,95,123); }

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

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

 a { background-color: rgb(152,95,123); }

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

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

 span { border-color: rgb(152,95,123); }

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