#985084

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

Shades of Strikemaster #985084

Tints of Strikemaster #985084

Color information

#985084 (or 0x985084) is unknown color: approx Strikemaster. HEX triplet: 98, 50 and 84. RGB value is (152,80,132). Sum of RGB (Red+Green+Blue) = 152+80+132=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #985084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985084 is #67AF7B. Grayscale: #6B6B6B. Windows color (decimal): -6795132 or 8671384. OLE color: 8671384.

HSL color Cylindrical-coordinate representation of color #985084: hue angle of 316.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985084 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15280132-
CMYK00.470.130.40
HSL316.67º31.03%45.49%-
HSV(B)316.67º47.37%59.61%-
XYZ19.9814.0823.49-
YUV107.46141.85159.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=41.76%
G=21.98%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528013200.470.130.40316.6731.0345.49
Hex98508402FD2813d1f2d
Octal23012020405715504753755
Binary100110001010000100001000101111110110100010011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985084; }

 p { color: rgb(152,80,132); }

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

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

 a { background-color: rgb(152,80,132); }

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

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

 span { border-color: rgb(152,80,132); }

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