#98567C

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

Shades of Strikemaster #98567C

Tints of Strikemaster #98567C

Color information

#98567C (or 0x98567C) is unknown color: approx Strikemaster. HEX triplet: 98, 56 and 7C. RGB value is (152,86,124). Sum of RGB (Red+Green+Blue) = 152+86+124=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98567C is #67A983. Grayscale: #6D6D6D. Windows color (decimal): -6793604 or 8148632. OLE color: 8148632.

HSL color Cylindrical-coordinate representation of color #98567C: hue angle of 325.45º 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 #98567C is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15286124-
CMYK00.430.180.40
HSL325.45º27.73%46.67%-
HSV(B)325.45º43.42%59.61%-
XYZ19.9114.7920.87-
YUV110.07135.87157.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=41.99%
G=23.76%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528612400.430.180.40325.4527.7346.67
Hex98567C02B12281451c2f
Octal23012617405322505053457
Binary100110001010110111110001010111001010100010100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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