#98527B

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

Shades of Strikemaster #98527B

Tints of Strikemaster #98527B

Color information

#98527B (or 0x98527B) is unknown color: approx Strikemaster. HEX triplet: 98, 52 and 7B. RGB value is (152,82,123). Sum of RGB (Red+Green+Blue) = 152+82+123=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527B is #67AD84. Grayscale: #6B6B6B. Windows color (decimal): -6794629 or 8082072. OLE color: 8082072.

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

Color convert

RGB15282123-
CMYK00.460.190.40
HSL324.86º29.91%45.88%-
HSV(B)324.86º46.05%59.61%-
XYZ19.5414.1420.44-
YUV107.6136.69159.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=42.58%
G=22.97%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528212300.460.190.40324.8629.9145.88
Hex98527B02E13281451e2e
Octal23012217305623505053656
Binary100110001010010111101101011101001110100010100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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