#8C6081

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

Shades of Strikemaster #8C6081

Tints of Strikemaster #8C6081

Color information

#8C6081 (or 0x8C6081) is unknown color: approx Strikemaster. HEX triplet: 8C, 60 and 81. RGB value is (140,96,129). Sum of RGB (Red+Green+Blue) = 140+96+129=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6081 is #739F7E. Grayscale: #707070. Windows color (decimal): -7577471 or 8478860. OLE color: 8478860.

HSL color Cylindrical-coordinate representation of color #8C6081: hue angle of 315º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6081 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14096129-
CMYK00.310.080.45
HSL315º18.64%46.27%-
HSV(B)315º31.43%54.9%-
XYZ18.9615.5322.77-
YUV112.92137.08147.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=38.36%
G=26.30%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409612900.310.080.4531518.6446.27
Hex8C608101F82D13b132e
Octal21414020103710554732356
Binary10001100110000010000001011111100010110110011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,96,129); }

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

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

 a { background-color: rgb(140,96,129); }

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

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

 span { border-color: rgb(140,96,129); }

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