#8F6183

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

Shades of Strikemaster #8F6183

Tints of Strikemaster #8F6183

Color information

#8F6183 (or 0x8F6183) is unknown color: approx Strikemaster. HEX triplet: 8F, 61 and 83. RGB value is (143,97,131). Sum of RGB (Red+Green+Blue) = 143+97+131=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6183 is #709E7C. Grayscale: #727272. Windows color (decimal): -7380605 or 8610191. OLE color: 8610191.

HSL color Cylindrical-coordinate representation of color #8F6183: hue angle of 315.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6183 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14397131-
CMYK00.320.080.44
HSL315.65º19.17%47.06%-
HSV(B)315.65º32.17%56.08%-
XYZ19.716.0323.53-
YUV114.63137.24148.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=38.54%
G=26.15%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439713100.320.080.44315.6519.1747.06
Hex8F618302082C13c132f
Octal21714120304010544742357
Binary100011111100001100000110100000100010110010011110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,131); }

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

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

 a { background-color: rgb(143,97,131); }

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

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

 span { border-color: rgb(143,97,131); }

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