#8D6283

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

Shades of Strikemaster #8D6283

Tints of Strikemaster #8D6283

Color information

#8D6283 (or 0x8D6283) is unknown color: approx Strikemaster. HEX triplet: 8D, 62 and 83. RGB value is (141,98,131). Sum of RGB (Red+Green+Blue) = 141+98+131=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6283 is #729D7C. Grayscale: #727272. Windows color (decimal): -7511421 or 8610445. OLE color: 8610445.

HSL color Cylindrical-coordinate representation of color #8D6283: hue angle of 313.95º 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 #8D6283 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14198131-
CMYK00.300.070.45
HSL313.95º17.99%46.86%-
HSV(B)313.95º30.5%55.29%-
XYZ19.4516.0423.54-
YUV114.62137.25146.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=38.11%
G=26.49%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419813100.300.070.45313.9517.9946.86
Hex8D628301E72D13a122f
Octal2151422030367554722257
Binary1000110111000101000001101111011110110110011101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,131); }

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

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

 a { background-color: rgb(141,98,131); }

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

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

 span { border-color: rgb(141,98,131); }

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