#98648D

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

Shades of Strikemaster #98648D

Tints of Strikemaster #98648D

Color information

#98648D (or 0x98648D) is unknown color: approx Strikemaster. HEX triplet: 98, 64 and 8D. RGB value is (152,100,141). Sum of RGB (Red+Green+Blue) = 152+100+141=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98648D is #679B72. Grayscale: #787878. Windows color (decimal): -6790003 or 9266328. OLE color: 9266328.

HSL color Cylindrical-coordinate representation of color #98648D: hue angle of 312.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98648D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152100141-
CMYK00.340.070.40
HSL312.69º20.63%49.41%-
HSV(B)312.69º34.21%59.61%-
XYZ22.3117.7127.44-
YUV120.22139.73150.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=38.68%
G=25.45%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210014100.340.070.40312.6920.6349.41
Hex98648D0227281391531
Octal2301442150427504712561
Binary10011000110010010001101010001011110100010011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98648D; }

 p { color: rgb(152,100,141); }

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

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

 a { background-color: rgb(152,100,141); }

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

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

 span { border-color: rgb(152,100,141); }

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