#9B628A

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

Shades of Strikemaster #9B628A

Tints of Strikemaster #9B628A

Color information

#9B628A (or 0x9B628A) is unknown color: approx Strikemaster. HEX triplet: 9B, 62 and 8A. RGB value is (155,98,138). Sum of RGB (Red+Green+Blue) = 155+98+138=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B628A is #649D75. Grayscale: #777777. Windows color (decimal): -6593910 or 9069211. OLE color: 9069211.

HSL color Cylindrical-coordinate representation of color #9B628A: hue angle of 317.89º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B628A is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15598138-
CMYK00.370.110.39
HSL317.89º22.53%49.61%-
HSV(B)317.89º36.77%60.78%-
XYZ22.4717.5426.25-
YUV119.6138.38153.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=39.64%
G=25.06%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559813800.370.110.39317.8922.5349.61
Hex9B628A025B2713e1732
Octal23314221204513474762762
Binary100110111100010100010100100101101110011110011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,138); }

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

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

 a { background-color: rgb(155,98,138); }

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

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

 span { border-color: rgb(155,98,138); }

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