#93678C

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

Shades of Strikemaster #93678C

Tints of Strikemaster #93678C

Color information

#93678C (or 0x93678C) is unknown color: approx Strikemaster. HEX triplet: 93, 67 and 8C. RGB value is (147,103,140). Sum of RGB (Red+Green+Blue) = 147+103+140=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93678C is #6C9873. Grayscale: #787878. Windows color (decimal): -7116916 or 9201555. OLE color: 9201555.

HSL color Cylindrical-coordinate representation of color #93678C: hue angle of 309.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93678C is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147103140-
CMYK00.300.050.42
HSL309.55º17.6%49.02%-
HSV(B)309.55º29.93%57.65%-
XYZ21.6217.827.11-
YUV120.37139.08146.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=37.69%
G=26.41%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710314000.300.050.42309.5517.649.02
Hex93678C01E52A1361231
Octal2231472140365524662261
Binary1001001111001111000110001111010110101010011011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93678C; }

 p { color: rgb(147,103,140); }

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

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

 a { background-color: rgb(147,103,140); }

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

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

 span { border-color: rgb(147,103,140); }

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