#8F5F7B

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

Shades of Strikemaster #8F5F7B

Tints of Strikemaster #8F5F7B

Color information

#8F5F7B (or 0x8F5F7B) is unknown color: approx Strikemaster. HEX triplet: 8F, 5F and 7B. RGB value is (143,95,123). Sum of RGB (Red+Green+Blue) = 143+95+123=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F7B is #70A084. Grayscale: #707070. Windows color (decimal): -7381125 or 8085391. OLE color: 8085391.

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

Color convert

RGB14395123-
CMYK00.340.140.44
HSL325º20.17%46.67%-
HSV(B)325º33.57%56.08%-
XYZ1915.4520.72-
YUV112.54133.9149.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=39.61%
G=26.32%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439512300.340.140.4432520.1746.67
Hex8F5F7B022E2C145142f
Octal21713717304216545052457
Binary10001111101111111110110100010111010110010100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,123); }

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

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

 a { background-color: rgb(143,95,123); }

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

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

 span { border-color: rgb(143,95,123); }

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