#9B628E

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

Shades of Strikemaster #9B628E

Tints of Strikemaster #9B628E

Color information

#9B628E (or 0x9B628E) is unknown color: approx Strikemaster. HEX triplet: 9B, 62 and 8E. RGB value is (155,98,142). Sum of RGB (Red+Green+Blue) = 155+98+142=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B628E is #649D71. Grayscale: #777777. Windows color (decimal): -6593906 or 9331355. OLE color: 9331355.

HSL color Cylindrical-coordinate representation of color #9B628E: hue angle of 313.68º 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 #9B628E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15598142-
CMYK00.370.080.39
HSL313.68º22.53%49.61%-
HSV(B)313.68º36.77%60.78%-
XYZ22.7717.6627.8-
YUV120.06140.38152.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=39.24%
G=24.81%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559814200.370.080.39313.6822.5349.61
Hex9B628E02582713a1732
Octal23314221604510474722762
Binary100110111100010100011100100101100010011110011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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