#985E8A

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

Shades of Strikemaster #985E8A

Tints of Strikemaster #985E8A

Color information

#985E8A (or 0x985E8A) is unknown color: approx Strikemaster. HEX triplet: 98, 5E and 8A. RGB value is (152,94,138). Sum of RGB (Red+Green+Blue) = 152+94+138=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E8A is #67A175. Grayscale: #747474. Windows color (decimal): -6791542 or 9068184. OLE color: 9068184.

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

Color convert

RGB15294138-
CMYK00.380.090.40
HSL314.48º23.58%48.24%-
HSV(B)314.48º38.16%59.61%-
XYZ21.5416.5226.1-
YUV116.36140.22153.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=39.58%
G=24.48%
B=35.94%

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
Decimal1529413800.380.090.40314.4823.5848.24
Hex985E8A02692813a1830
Octal23013621204611504723060
Binary100110001011110100010100100110100110100010011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,94,138); }

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

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

 a { background-color: rgb(152,94,138); }

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

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

 span { border-color: rgb(152,94,138); }

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