#98648A

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

Shades of Strikemaster #98648A

Tints of Strikemaster #98648A

Color information

#98648A (or 0x98648A) is unknown color: approx Strikemaster. HEX triplet: 98, 64 and 8A. RGB value is (152,100,138). Sum of RGB (Red+Green+Blue) = 152+100+138=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98648A is #679B75. Grayscale: #777777. Windows color (decimal): -6790006 or 9069720. OLE color: 9069720.

HSL color Cylindrical-coordinate representation of color #98648A: hue angle of 316.15º 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 #98648A is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152100138-
CMYK00.340.090.40
HSL316.15º20.63%49.41%-
HSV(B)316.15º34.21%59.61%-
XYZ22.0917.6226.28-
YUV119.88138.23150.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=38.97%
G=25.64%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210013800.340.090.40316.1520.6349.41
Hex98648A02292813c1531
Octal23014421204211504742561
Binary100110001100100100010100100010100110100010011110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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