#92497B

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

Shades of Strikemaster #92497B

Tints of Strikemaster #92497B

Color information

#92497B (or 0x92497B) is unknown color: approx Strikemaster. HEX triplet: 92, 49 and 7B. RGB value is (146,73,123). Sum of RGB (Red+Green+Blue) = 146+73+123=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #92497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92497B is #6DB684. Grayscale: #646464. Windows color (decimal): -7190149 or 8079762. OLE color: 8079762.

HSL color Cylindrical-coordinate representation of color #92497B: hue angle of 318.9º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92497B is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14673123-
CMYK00.50.160.43
HSL318.9º33.33%42.94%-
HSV(B)318.9º50%57.25%-
XYZ17.8112.3120.18-
YUV100.53140.68160.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=42.69%
G=21.35%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467312300.50.160.43318.933.3342.94
Hex92497B032102B13f212b
Octal22211117306220534774153
Binary1001001010010011111011011001010000101011100111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,73,123); }

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

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

 a { background-color: rgb(146,73,123); }

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

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

 span { border-color: rgb(146,73,123); }

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