#9F5084

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

Shades of Strikemaster #9F5084

Tints of Strikemaster #9F5084

Color information

#9F5084 (or 0x9F5084) is unknown color: approx Strikemaster. HEX triplet: 9F, 50 and 84. RGB value is (159,80,132). Sum of RGB (Red+Green+Blue) = 159+80+132=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5084 is #60AF7B. Grayscale: #6D6D6D. Windows color (decimal): -6336380 or 8671391. OLE color: 8671391.

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

Color convert

RGB15980132-
CMYK00.500.170.38
HSL320.51º33.05%46.86%-
HSV(B)320.51º49.69%62.35%-
XYZ21.3314.7723.56-
YUV109.55140.67163.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=42.86%
G=21.56%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598013200.500.170.38320.5133.0546.86
Hex9F50840321126141212f
Octal23712020406221465014157
Binary10011111101000010000100011001010001100110101000001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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