#986078

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

Shades of Strikemaster #986078

Tints of Strikemaster #986078

Color information

#986078 (or 0x986078) is unknown color: approx Strikemaster. HEX triplet: 98, 60 and 78. RGB value is (152,96,120). Sum of RGB (Red+Green+Blue) = 152+96+120=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986078 is #679F87. Grayscale: #737373. Windows color (decimal): -6791048 or 7889048. OLE color: 7889048.

HSL color Cylindrical-coordinate representation of color #986078: hue angle of 334.29º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986078 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15296120-
CMYK00.370.210.40
HSL334.29º22.58%48.63%-
HSV(B)334.29º36.84%59.61%-
XYZ20.5216.419.85-
YUV115.48130.55154.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=41.30%
G=26.09%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529612000.370.210.40334.2922.5848.63
Hex986078025152814e1731
Octal23014017004525505162761
Binary100110001100000111100001001011010110100010100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986078; }

 p { color: rgb(152,96,120); }

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

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

 a { background-color: rgb(152,96,120); }

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

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

 span { border-color: rgb(152,96,120); }

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