#985284

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

Shades of Strikemaster #985284

Tints of Strikemaster #985284

Color information

#985284 (or 0x985284) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 84. RGB value is (152,82,132). Sum of RGB (Red+Green+Blue) = 152+82+132=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985284 is #67AD7B. Grayscale: #6C6C6C. Windows color (decimal): -6794620 or 8671896. OLE color: 8671896.

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

Color convert

RGB15282132-
CMYK00.460.130.40
HSL317.14º29.91%45.88%-
HSV(B)317.14º46.05%59.61%-
XYZ20.1314.3823.54-
YUV108.63141.19158.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=41.53%
G=22.40%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528213200.460.130.40317.1429.9145.88
Hex98528402ED2813d1e2e
Octal23012220405615504753656
Binary100110001010010100001000101110110110100010011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985284; }

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

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

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

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

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

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

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

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