#92487C

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

Shades of Strikemaster #92487C

Tints of Strikemaster #92487C

Color information

#92487C (or 0x92487C) is unknown color: approx Strikemaster. HEX triplet: 92, 48 and 7C. RGB value is (146,72,124). Sum of RGB (Red+Green+Blue) = 146+72+124=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #92487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92487C is #6DB783. Grayscale: #636363. Windows color (decimal): -7190404 or 8145042. OLE color: 8145042.

HSL color Cylindrical-coordinate representation of color #92487C: hue angle of 317.84º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92487C is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14672124-
CMYK00.510.150.43
HSL317.84º33.94%42.75%-
HSV(B)317.84º50.68%57.25%-
XYZ17.8112.220.49-
YUV100.05141.52160.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=42.69%
G=21.05%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467212400.510.150.43317.8433.9442.75
Hex92487C033F2B13e222b
Octal22211017406317534764253
Binary100100101001000111110001100111111101011100111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92487C; }

 p { color: rgb(146,72,124); }

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

<style>
 a { background-color: #92487C; }

 a { background-color: rgb(146,72,124); }

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

<style>
 span { border-color: #92487C; }

 span { border-color: rgb(146,72,124); }

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