#92477A

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

Shades of Strikemaster #92477A

Tints of Strikemaster #92477A

Color information

#92477A (or 0x92477A) is unknown color: approx Strikemaster. HEX triplet: 92, 47 and 7A. RGB value is (146,71,122). Sum of RGB (Red+Green+Blue) = 146+71+122=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #92477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92477A is #6DB885. Grayscale: #636363. Windows color (decimal): -7190662 or 8013714. OLE color: 8013714.

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

Color convert

RGB14671122-
CMYK00.510.160.43
HSL319.2º34.56%42.55%-
HSV(B)319.2º51.37%57.25%-
XYZ17.6212.0219.8-
YUV99.24140.85161.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=43.07%
G=20.94%
B=35.99%

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
Decimal1467112200.510.160.43319.234.5642.55
Hex92477A033102B13f232b
Octal22210717206320534774353
Binary1001001010001111111010011001110000101011100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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