#945A7B

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

Shades of Strikemaster #945A7B

Tints of Strikemaster #945A7B

Color information

#945A7B (or 0x945A7B) is unknown color: approx Strikemaster. HEX triplet: 94, 5A and 7B. RGB value is (148,90,123). Sum of RGB (Red+Green+Blue) = 148+90+123=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #945A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A7B is #6BA584. Grayscale: #6F6F6F. Windows color (decimal): -7054725 or 8084116. OLE color: 8084116.

HSL color Cylindrical-coordinate representation of color #945A7B: hue angle of 325.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A7B is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14890123-
CMYK00.390.170.42
HSL325.86º24.37%46.67%-
HSV(B)325.86º39.19%58.04%-
XYZ19.4415.0420.62-
YUV111.1134.72154.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=41.00%
G=24.93%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489012300.390.170.42325.8624.3746.67
Hex945A7B027112A146182f
Octal22413217304721525063057
Binary100101001011010111101101001111000110101010100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A7B; }

 p { color: rgb(148,90,123); }

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

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

 a { background-color: rgb(148,90,123); }

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

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

 span { border-color: rgb(148,90,123); }

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