#98567E

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

Shades of Strikemaster #98567E

Tints of Strikemaster #98567E

Color information

#98567E (or 0x98567E) is unknown color: approx Strikemaster. HEX triplet: 98, 56 and 7E. RGB value is (152,86,126). Sum of RGB (Red+Green+Blue) = 152+86+126=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98567E is #67A981. Grayscale: #6E6E6E. Windows color (decimal): -6793602 or 8279704. OLE color: 8279704.

HSL color Cylindrical-coordinate representation of color #98567E: hue angle of 323.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98567E is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15286126-
CMYK00.430.170.40
HSL323.64º27.73%46.67%-
HSV(B)323.64º43.42%59.61%-
XYZ20.0414.8421.55-
YUV110.29136.87157.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=41.76%
G=23.63%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528612600.430.170.40323.6427.7346.67
Hex98567E02B11281441c2f
Octal23012617605321505043457
Binary100110001010110111111001010111000110100010100010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98567E; }

 p { color: rgb(152,86,126); }

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

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

 a { background-color: rgb(152,86,126); }

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

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

 span { border-color: rgb(152,86,126); }

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