#985278

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

Shades of Strikemaster #985278

Tints of Strikemaster #985278

Color information

#985278 (or 0x985278) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 78. RGB value is (152,82,120). Sum of RGB (Red+Green+Blue) = 152+82+120=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985278 is #67AD87. Grayscale: #6B6B6B. Windows color (decimal): -6794632 or 7885464. OLE color: 7885464.

HSL color Cylindrical-coordinate representation of color #985278: hue angle of 327.43º 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 #985278 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15282120-
CMYK00.460.210.40
HSL327.43º29.91%45.88%-
HSV(B)327.43º46.05%59.61%-
XYZ19.3614.0719.46-
YUV107.26135.19159.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=42.94%
G=23.16%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528212000.460.210.40327.4329.9145.88
Hex98527802E15281471e2e
Octal23012217005625505073656
Binary100110001010010111100001011101010110100010100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985278; }

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

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

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

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

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

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

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

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