#98698B

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

Shades of Strikemaster #98698B

Tints of Strikemaster #98698B

Color information

#98698B (or 0x98698B) is unknown color: approx Strikemaster. HEX triplet: 98, 69 and 8B. RGB value is (152,105,139). Sum of RGB (Red+Green+Blue) = 152+105+139=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98698B is #679674. Grayscale: #7A7A7A. Windows color (decimal): -6788725 or 9136536. OLE color: 9136536.

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

Color convert

RGB152105139-
CMYK00.310.090.40
HSL316.6º18.58%50.39%-
HSV(B)316.6º30.92%59.61%-
XYZ22.6618.6426.83-
YUV122.93137.07148.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=38.38%
G=26.52%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210513900.310.090.40316.618.5850.39
Hex98698B01F92813d1332
Octal23015121303711504752362
Binary10011000110100110001011011111100110100010011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,105,139); }

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

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

 a { background-color: rgb(152,105,139); }

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

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

 span { border-color: rgb(152,105,139); }

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