#985279

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

Shades of Strikemaster #985279

Tints of Strikemaster #985279

Color information

#985279 (or 0x985279) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 79. RGB value is (152,82,121). Sum of RGB (Red+Green+Blue) = 152+82+121=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985279 is #67AD86. Grayscale: #6B6B6B. Windows color (decimal): -6794631 or 7951000. OLE color: 7951000.

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

Color convert

RGB15282121-
CMYK00.460.200.40
HSL326.57º29.91%45.88%-
HSV(B)326.57º46.05%59.61%-
XYZ19.4214.0919.79-
YUV107.38135.69159.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=42.82%
G=23.10%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528212100.460.200.40326.5729.9145.88
Hex98527902E14281471e2e
Octal23012217105624505073656
Binary100110001010010111100101011101010010100010100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985279; }

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

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

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

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

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

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

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

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