#9F6084

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

Shades of Strikemaster #9F6084

Tints of Strikemaster #9F6084

Color information

#9F6084 (or 0x9F6084) is unknown color: approx Strikemaster. HEX triplet: 9F, 60 and 84. RGB value is (159,96,132). Sum of RGB (Red+Green+Blue) = 159+96+132=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6084 is #609F7B. Grayscale: #767676. Windows color (decimal): -6332284 or 8675487. OLE color: 8675487.

HSL color Cylindrical-coordinate representation of color #9F6084: hue angle of 325.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6084 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB15996132-
CMYK00.400.170.38
HSL325.71º24.71%50%-
HSV(B)325.71º39.62%62.35%-
XYZ22.6517.424-
YUV118.94135.37156.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=41.09%
G=24.81%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599613200.400.170.38325.7124.7150
Hex9F608402811261461932
Octal23714020405021465063162
Binary1001111111000001000010001010001000110011010100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6084; }

 p { color: rgb(159,96,132); }

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

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

 a { background-color: rgb(159,96,132); }

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

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

 span { border-color: rgb(159,96,132); }

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