#98527E

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

Shades of Strikemaster #98527E

Tints of Strikemaster #98527E

Color information

#98527E (or 0x98527E) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 7E. RGB value is (152,82,126). Sum of RGB (Red+Green+Blue) = 152+82+126=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527E is #67AD81. Grayscale: #6B6B6B. Windows color (decimal): -6794626 or 8278680. OLE color: 8278680.

HSL color Cylindrical-coordinate representation of color #98527E: hue angle of 322.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98527E is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15282126-
CMYK00.460.170.40
HSL322.29º29.91%45.88%-
HSV(B)322.29º46.05%59.61%-
XYZ19.7314.2221.44-
YUV107.95138.19159.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 126 (49.61% from 255) = 35%
R=42.22%
G=22.78%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528212600.460.170.40322.2929.9145.88
Hex98527E02E11281421e2e
Octal23012217605621505023656
Binary100110001010010111111001011101000110100010100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98527E; }

 p { color: rgb(152,82,126); }

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

<style>
 a { background-color: #98527E; }

 a { background-color: rgb(152,82,126); }

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

<style>
 span { border-color: #98527E; }

 span { border-color: rgb(152,82,126); }

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