#924B7D

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

Shades of Strikemaster #924B7D

Tints of Strikemaster #924B7D

Color information

#924B7D (or 0x924B7D) is unknown color: approx Strikemaster. HEX triplet: 92, 4B and 7D. RGB value is (146,75,125). Sum of RGB (Red+Green+Blue) = 146+75+125=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #924B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B7D is #6DB482. Grayscale: #656565. Windows color (decimal): -7189635 or 8211346. OLE color: 8211346.

HSL color Cylindrical-coordinate representation of color #924B7D: hue angle of 317.75º degrees, saturation: 0.32, 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 #924B7D is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14675125-
CMYK00.490.140.43
HSL317.75º32.13%43.33%-
HSV(B)317.75º48.63%57.25%-
XYZ18.0712.6220.89-
YUV101.93141.02159.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=42.20%
G=21.68%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467512500.490.140.43317.7532.1343.33
Hex924B7D031E2B13e202b
Octal22211317506116534764053
Binary100100101001011111110101100011110101011100111110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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