#945883

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

Shades of Strikemaster #945883

Tints of Strikemaster #945883

Color information

#945883 (or 0x945883) is unknown color: approx Strikemaster. HEX triplet: 94, 58 and 83. RGB value is (148,88,131). Sum of RGB (Red+Green+Blue) = 148+88+131=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945883 is #6BA77C. Grayscale: #6E6E6E. Windows color (decimal): -7055229 or 8607892. OLE color: 8607892.

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

Color convert

RGB14888131-
CMYK00.410.110.42
HSL317º25.42%46.27%-
HSV(B)317º40.54%58.04%-
XYZ19.814.9123.31-
YUV110.84139.38154.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=40.33%
G=23.98%
B=35.69%

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
Decimal1488813100.410.110.4231725.4246.27
Hex945883029B2A13d192e
Octal22413020305113524753156
Binary100101001011000100000110101001101110101010011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945883; }

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

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

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

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

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

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

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

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