#8B6883

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

Shades of Strikemaster #8B6883

Tints of Strikemaster #8B6883

Color information

#8B6883 (or 0x8B6883) is unknown color: approx Strikemaster. HEX triplet: 8B, 68 and 83. RGB value is (139,104,131). Sum of RGB (Red+Green+Blue) = 139+104+131=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6883 is #74977C. Grayscale: #757575. Windows color (decimal): -7640957 or 8611979. OLE color: 8611979.

HSL color Cylindrical-coordinate representation of color #8B6883: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6883 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139104131-
CMYK00.250.060.45
HSL313.71º14.4%47.65%-
HSV(B)313.71º25.18%54.51%-
XYZ19.6917.0323.72-
YUV117.54135.6143.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=37.17%
G=27.81%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910413100.250.060.45313.7114.447.65
Hex8B688301962D13ae30
Octal2131502030316554721660
Binary100010111101000100000110110011101011011001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,131); }

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

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

 a { background-color: rgb(139,104,131); }

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

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

 span { border-color: rgb(139,104,131); }

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