#985077

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

Shades of Strikemaster #985077

Tints of Strikemaster #985077

Color information

#985077 (or 0x985077) is unknown color: approx Strikemaster. HEX triplet: 98, 50 and 77. RGB value is (152,80,119). Sum of RGB (Red+Green+Blue) = 152+80+119=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985077 is #67AF88. Grayscale: #696969. Windows color (decimal): -6795145 or 7819416. OLE color: 7819416.

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

Color convert

RGB15280119-
CMYK00.470.220.40
HSL327.5º31.03%45.49%-
HSV(B)327.5º47.37%59.61%-
XYZ19.1513.7419.1-
YUV105.97135.35160.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=43.30%
G=22.79%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528011900.470.220.40327.531.0345.49
Hex98507702F16281481f2d
Octal23012016705726505103755
Binary100110001010000111011101011111011010100010100100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985077; }

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

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

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

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

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

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

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

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