#92487A

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

Shades of Strikemaster #92487A

Tints of Strikemaster #92487A

Color information

#92487A (or 0x92487A) is unknown color: approx Strikemaster. HEX triplet: 92, 48 and 7A. RGB value is (146,72,122). Sum of RGB (Red+Green+Blue) = 146+72+122=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92487A is #6DB785. Grayscale: #636363. Windows color (decimal): -7190406 or 8013970. OLE color: 8013970.

HSL color Cylindrical-coordinate representation of color #92487A: hue angle of 319.46º 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 #92487A is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14672122-
CMYK00.510.160.43
HSL319.46º33.94%42.75%-
HSV(B)319.46º50.68%57.25%-
XYZ17.6812.1519.83-
YUV99.83140.52160.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=42.94%
G=21.18%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467212200.510.160.43319.4633.9442.75
Hex92487A033102B13f222b
Octal22211017206320534774253
Binary1001001010010001111010011001110000101011100111111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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