#945483

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

Shades of Strikemaster #945483

Tints of Strikemaster #945483

Color information

#945483 (or 0x945483) is unknown color: approx Strikemaster. HEX triplet: 94, 54 and 83. RGB value is (148,84,131). Sum of RGB (Red+Green+Blue) = 148+84+131=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #945483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945483 is #6BAB7C. Grayscale: #6C6C6C. Windows color (decimal): -7056253 or 8606868. OLE color: 8606868.

HSL color Cylindrical-coordinate representation of color #945483: hue angle of 315.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945483 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14884131-
CMYK00.430.110.42
HSL315.94º27.59%45.49%-
HSV(B)315.94º43.24%58.04%-
XYZ19.4814.2823.2-
YUV108.49140.7156.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=40.77%
G=23.14%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488413100.430.110.42315.9427.5945.49
Hex94548302BB2A13c1c2d
Octal22412420305313524743455
Binary100101001010100100000110101011101110101010011110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945483; }

 p { color: rgb(148,84,131); }

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

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

 a { background-color: rgb(148,84,131); }

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

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

 span { border-color: rgb(148,84,131); }

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