#9F5382

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

Shades of Strikemaster #9F5382

Tints of Strikemaster #9F5382

Color information

#9F5382 (or 0x9F5382) is unknown color: approx Strikemaster. HEX triplet: 9F, 53 and 82. RGB value is (159,83,130). Sum of RGB (Red+Green+Blue) = 159+83+130=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5382 is #60AC7D. Grayscale: #6E6E6E. Windows color (decimal): -6335614 or 8541087. OLE color: 8541087.

HSL color Cylindrical-coordinate representation of color #9F5382: hue angle of 322.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5382 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15983130-
CMYK00.480.180.38
HSL322.89º31.4%47.45%-
HSV(B)322.89º47.8%62.35%-
XYZ21.4215.1722.92-
YUV111.08138.68162.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=42.74%
G=22.31%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598313000.480.180.38322.8931.447.45
Hex9F538203012261431f2f
Octal23712320206022465033757
Binary1001111110100111000001001100001001010011010100001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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