#985277

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

Shades of Strikemaster #985277

Tints of Strikemaster #985277

Color information

#985277 (or 0x985277) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 77. RGB value is (152,82,119). Sum of RGB (Red+Green+Blue) = 152+82+119=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985277 is #67AD88. Grayscale: #6B6B6B. Windows color (decimal): -6794633 or 7819928. OLE color: 7819928.

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

Color convert

RGB15282119-
CMYK00.460.220.40
HSL328.29º29.91%45.88%-
HSV(B)328.29º46.05%59.61%-
XYZ19.314.0419.15-
YUV107.15134.69159.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=43.06%
G=23.23%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528211900.460.220.40328.2929.9145.88
Hex98527702E16281481e2e
Octal23012216705626505103656
Binary100110001010010111011101011101011010100010100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985277; }

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

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

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

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

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

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

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

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