#98497B

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

Shades of Strikemaster #98497B

Tints of Strikemaster #98497B

Color information

#98497B (or 0x98497B) is unknown color: approx Strikemaster. HEX triplet: 98, 49 and 7B. RGB value is (152,73,123). Sum of RGB (Red+Green+Blue) = 152+73+123=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98497B is #67B684. Grayscale: #666666. Windows color (decimal): -6796933 or 8079768. OLE color: 8079768.

HSL color Cylindrical-coordinate representation of color #98497B: hue angle of 322.03º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98497B is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15273123-
CMYK00.520.190.40
HSL322.03º35.11%44.12%-
HSV(B)322.03º51.97%59.61%-
XYZ18.9112.8720.23-
YUV102.32139.67163.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=43.68%
G=20.98%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527312300.520.190.40322.0335.1144.12
Hex98497B0341328142232c
Octal23011117306423505024354
Binary1001100010010011111011011010010011101000101000010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98497B; }

 p { color: rgb(152,73,123); }

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

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

 a { background-color: rgb(152,73,123); }

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

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

 span { border-color: rgb(152,73,123); }

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