#925C7D

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

Shades of Strikemaster #925C7D

Tints of Strikemaster #925C7D

Color information

#925C7D (or 0x925C7D) is unknown color: approx Strikemaster. HEX triplet: 92, 5C and 7D. RGB value is (146,92,125). Sum of RGB (Red+Green+Blue) = 146+92+125=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #925C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C7D is #6DA382. Grayscale: #6F6F6F. Windows color (decimal): -7185283 or 8215698. OLE color: 8215698.

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

Color convert

RGB14692125-
CMYK00.370.140.43
HSL323.33º22.69%46.67%-
HSV(B)323.33º36.99%57.25%-
XYZ19.3815.2521.32-
YUV111.91135.39152.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=40.22%
G=25.34%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469212500.370.140.43323.3322.6946.67
Hex925C7D025E2B143172f
Octal22213417504516535032757
Binary10010010101110011111010100101111010101110100001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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