#985F8B

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

Shades of Strikemaster #985F8B

Tints of Strikemaster #985F8B

Color information

#985F8B (or 0x985F8B) is unknown color: approx Strikemaster. HEX triplet: 98, 5F and 8B. RGB value is (152,95,139). Sum of RGB (Red+Green+Blue) = 152+95+139=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985F8B is #67A074. Grayscale: #747474. Windows color (decimal): -6791285 or 9133976. OLE color: 9133976.

HSL color Cylindrical-coordinate representation of color #985F8B: hue angle of 313.68º 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 #985F8B is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15295139-
CMYK00.380.090.40
HSL313.68º23.08%48.43%-
HSV(B)313.68º37.5%59.61%-
XYZ21.716.7226.51-
YUV117.06140.38152.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=39.38%
G=24.61%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529513900.380.090.40313.6823.0848.43
Hex985F8B02692813a1730
Octal23013721304611504722760
Binary100110001011111100010110100110100110100010011101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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