#945885

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

Shades of Strikemaster #945885

Tints of Strikemaster #945885

Color information

#945885 (or 0x945885) is unknown color: approx Strikemaster. HEX triplet: 94, 58 and 85. RGB value is (148,88,133). Sum of RGB (Red+Green+Blue) = 148+88+133=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #945885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945885 is #6BA77A. Grayscale: #6E6E6E. Windows color (decimal): -7055227 or 8738964. OLE color: 8738964.

HSL color Cylindrical-coordinate representation of color #945885: hue angle of 315º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945885 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14888133-
CMYK00.410.100.42
HSL315º25.42%46.27%-
HSV(B)315º40.54%58.04%-
XYZ19.9414.9724.03-
YUV111.07140.38154.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=40.11%
G=23.85%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488813300.410.100.4231525.4246.27
Hex945885029A2A13b192e
Octal22413020505112524733156
Binary100101001011000100001010101001101010101010011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945885; }

 p { color: rgb(148,88,133); }

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

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

 a { background-color: rgb(148,88,133); }

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

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

 span { border-color: rgb(148,88,133); }

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