#9F6885

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

Shades of Strikemaster #9F6885

Tints of Strikemaster #9F6885

Color information

#9F6885 (or 0x9F6885) is unknown color: approx Strikemaster. HEX triplet: 9F, 68 and 85. RGB value is (159,104,133). Sum of RGB (Red+Green+Blue) = 159+104+133=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6885 is #60977A. Grayscale: #7B7B7B. Windows color (decimal): -6330235 or 8743071. OLE color: 8743071.

HSL color Cylindrical-coordinate representation of color #9F6885: hue angle of 328.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6885 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB159104133-
CMYK00.350.160.38
HSL328.36º22.27%51.57%-
HSV(B)328.36º34.59%62.35%-
XYZ23.4818.9724.61-
YUV123.75133.22153.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=40.15%
G=26.26%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910413300.350.160.38328.3622.2751.57
Hex9F688502310261481634
Octal23715020504320465102664
Binary1001111111010001000010101000111000010011010100100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,133); }

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

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

 a { background-color: rgb(159,104,133); }

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

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

 span { border-color: rgb(159,104,133); }

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