#9F5082

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

Shades of Strikemaster #9F5082

Tints of Strikemaster #9F5082

Color information

#9F5082 (or 0x9F5082) is unknown color: approx Strikemaster. HEX triplet: 9F, 50 and 82. RGB value is (159,80,130). Sum of RGB (Red+Green+Blue) = 159+80+130=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5082 is #60AF7D. Grayscale: #6D6D6D. Windows color (decimal): -6336382 or 8540319. OLE color: 8540319.

HSL color Cylindrical-coordinate representation of color #9F5082: hue angle of 322.03º 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 #9F5082 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15980130-
CMYK00.500.180.38
HSL322.03º33.05%46.86%-
HSV(B)322.03º49.69%62.35%-
XYZ21.214.7222.84-
YUV109.32139.67163.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=43.09%
G=21.68%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598013000.500.180.38322.0333.0546.86
Hex9F50820321226142212f
Octal23712020206222465024157
Binary10011111101000010000010011001010010100110101000010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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