#924A7A

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

Shades of Strikemaster #924A7A

Tints of Strikemaster #924A7A

Color information

#924A7A (or 0x924A7A) is unknown color: approx Strikemaster. HEX triplet: 92, 4A and 7A. RGB value is (146,74,122). Sum of RGB (Red+Green+Blue) = 146+74+122=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #924A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A7A is #6DB585. Grayscale: #646464. Windows color (decimal): -7189894 or 8014482. OLE color: 8014482.

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

Color convert

RGB14674122-
CMYK00.490.160.43
HSL320º32.73%43.14%-
HSV(B)320º49.32%57.25%-
XYZ17.8212.4119.87-
YUV101139.85160.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=42.69%
G=21.64%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467412200.490.160.4332032.7343.14
Hex924A7A031102B140212b
Octal22211217206120535004153
Binary1001001010010101111010011000110000101011101000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924A7A; }

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

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

<style>
 a { background-color: #924A7A; }

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

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

<style>
 span { border-color: #924A7A; }

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

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