#945784

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

Shades of Strikemaster #945784

Tints of Strikemaster #945784

Color information

#945784 (or 0x945784) is unknown color: approx Strikemaster. HEX triplet: 94, 57 and 84. RGB value is (148,87,132). Sum of RGB (Red+Green+Blue) = 148+87+132=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945784 is #6BA87B. Grayscale: #6E6E6E. Windows color (decimal): -7055484 or 8673172. OLE color: 8673172.

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

Color convert

RGB14887132-
CMYK00.410.110.42
HSL315.74º25.96%46.08%-
HSV(B)315.74º41.22%58.04%-
XYZ19.7914.7823.64-
YUV110.37140.21154.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=40.33%
G=23.71%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488713200.410.110.42315.7425.9646.08
Hex945784029B2A13c1a2e
Octal22412720405113524743256
Binary100101001010111100001000101001101110101010011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945784; }

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

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

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

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

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

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

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

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