#8D6384

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

Shades of Strikemaster #8D6384

Tints of Strikemaster #8D6384

Color information

#8D6384 (or 0x8D6384) is unknown color: approx Strikemaster. HEX triplet: 8D, 63 and 84. RGB value is (141,99,132). Sum of RGB (Red+Green+Blue) = 141+99+132=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6384 is #729C7B. Grayscale: #737373. Windows color (decimal): -7511164 or 8676237. OLE color: 8676237.

HSL color Cylindrical-coordinate representation of color #8D6384: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6384 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14199132-
CMYK00.300.060.45
HSL312.86º17.5%47.06%-
HSV(B)312.86º29.79%55.29%-
XYZ19.6116.2523.93-
YUV115.32137.41146.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=37.90%
G=26.61%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419913200.300.060.45312.8617.547.06
Hex8D638401E62D139122f
Octal2151432040366554712257
Binary1000110111000111000010001111011010110110011100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6384; }

 p { color: rgb(141,99,132); }

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

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

 a { background-color: rgb(141,99,132); }

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

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

 span { border-color: rgb(141,99,132); }

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