#98527A

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

Shades of Strikemaster #98527A

Tints of Strikemaster #98527A

Color information

#98527A (or 0x98527A) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 7A. RGB value is (152,82,122). Sum of RGB (Red+Green+Blue) = 152+82+122=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527A is #67AD85. Grayscale: #6B6B6B. Windows color (decimal): -6794630 or 8016536. OLE color: 8016536.

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

Color convert

RGB15282122-
CMYK00.460.200.40
HSL325.71º29.91%45.88%-
HSV(B)325.71º46.05%59.61%-
XYZ19.4814.1220.11-
YUV107.49136.19159.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=42.70%
G=23.03%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528212200.460.200.40325.7129.9145.88
Hex98527A02E14281461e2e
Octal23012217205624505063656
Binary100110001010010111101001011101010010100010100011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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