#945C7B

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

Shades of Strikemaster #945C7B

Tints of Strikemaster #945C7B

Color information

#945C7B (or 0x945C7B) is unknown color: approx Strikemaster. HEX triplet: 94, 5C and 7B. RGB value is (148,92,123). Sum of RGB (Red+Green+Blue) = 148+92+123=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #945C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C7B is #6BA384. Grayscale: #707070. Windows color (decimal): -7054213 or 8084628. OLE color: 8084628.

HSL color Cylindrical-coordinate representation of color #945C7B: hue angle of 326.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C7B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14892123-
CMYK00.380.170.42
HSL326.79º23.33%47.06%-
HSV(B)326.79º37.84%58.04%-
XYZ19.6215.3820.67-
YUV112.28134.05153.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=40.77%
G=25.34%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489212300.380.170.42326.7923.3347.06
Hex945C7B026112A147172f
Octal22413417304621525072757
Binary100101001011100111101101001101000110101010100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945C7B; }

 p { color: rgb(148,92,123); }

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

<style>
 a { background-color: #945C7B; }

 a { background-color: rgb(148,92,123); }

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

<style>
 span { border-color: #945C7B; }

 span { border-color: rgb(148,92,123); }

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