#945781

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

Shades of Strikemaster #945781

Tints of Strikemaster #945781

Color information

#945781 (or 0x945781) is unknown color: approx Strikemaster. HEX triplet: 94, 57 and 81. RGB value is (148,87,129). Sum of RGB (Red+Green+Blue) = 148+87+129=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #945781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945781 is #6BA87E. Grayscale: #6D6D6D. Windows color (decimal): -7055487 or 8476564. OLE color: 8476564.

HSL color Cylindrical-coordinate representation of color #945781: hue angle of 318.69º degrees, saturation: 0.26, 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 #945781 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14887129-
CMYK00.410.130.42
HSL318.69º25.96%46.08%-
HSV(B)318.69º41.22%58.04%-
XYZ19.5814.722.57-
YUV110.03138.71155.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=40.66%
G=23.90%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488712900.410.130.42318.6925.9646.08
Hex945781029D2A13f1a2e
Octal22412720105115524773256
Binary100101001010111100000010101001110110101010011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945781; }

 p { color: rgb(148,87,129); }

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

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

 a { background-color: rgb(148,87,129); }

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

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

 span { border-color: rgb(148,87,129); }

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