#924C7D

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

Shades of Strikemaster #924C7D

Tints of Strikemaster #924C7D

Color information

#924C7D (or 0x924C7D) is unknown color: approx Strikemaster. HEX triplet: 92, 4C and 7D. RGB value is (146,76,125). Sum of RGB (Red+Green+Blue) = 146+76+125=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #924C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C7D is #6DB382. Grayscale: #666666. Windows color (decimal): -7189379 or 8211602. OLE color: 8211602.

HSL color Cylindrical-coordinate representation of color #924C7D: hue angle of 318º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924C7D is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14676125-
CMYK00.480.140.43
HSL318º31.53%43.53%-
HSV(B)318º47.95%57.25%-
XYZ18.1412.7620.91-
YUV102.52140.69159.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=42.07%
G=21.90%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467612500.480.140.4331831.5343.53
Hex924C7D030E2B13e202c
Octal22211417506016534764054
Binary100100101001100111110101100001110101011100111110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,76,125); }

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

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

 a { background-color: rgb(146,76,125); }

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

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

 span { border-color: rgb(146,76,125); }

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